#375711

Color #375711 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #375711

Tints of Verdun Green #375711

Color information

#375711 (or 0x375711) is unknown color: approx Verdun Green. HEX triplet: 37, 57 and 11. RGB value is (55,87,17). Sum of RGB (Red+Green+Blue) = 55+87+17=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #375711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375711 is #C8A8EE. Grayscale: #454545. Windows color (decimal): -13150447 or 1136439. OLE color: 1136439.

HSL color Cylindrical-coordinate representation of color #375711: hue angle of 87.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #375711 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB558717-
CMYK0.3700.800.66
HSL87.43º67.31%20.39%-
HSV(B)87.43º80.46%34.12%-
XYZ5.087.671.74-
YUV69.4598.4117.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 34.59%
GREEN value IS 87 (34.38% from 255) = 54.72%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=34.59%
G=54.72%
B=10.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5587170.3700.800.6687.4367.3120.39
Hex3757112505042574314
Octal671272145012010212710324
Binary1101111010111100011001010101000010000101010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375711; }

 p { color: rgb(55,87,17); }

 H1.HeaderClassName
 {
   color: #375711;
 }
 .AnyTagClassName
 {
   color: #375711;
 }
</style>
background-color css

<style>
 a { background-color: #375711; }

 a { background-color: rgb(55,87,17); }

 div.DivClassName
 {
   background-color: #375711;
 }
 .BgClassName
 {
   background-color: #375711;
 }
</style>
border-color css

<style>
 span { border-color: #375711; }

 span { border-color: rgb(55,87,17); }

 td.TdClassName
 {
   border-color: #375711;
 }
 .TagClassName
 {
   border-color: #375711;
 }
</style>