#375D09

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

Shades of Verdun Green #375D09

Tints of Verdun Green #375D09

Color information

#375D09 (or 0x375D09) is unknown color: approx Verdun Green. HEX triplet: 37, 5D and 09. RGB value is (55,93,9). Sum of RGB (Red+Green+Blue) = 55+93+9=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 93 (36.72% from 255 or 59.24% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 93 - color contains mainly: green. Hex color #375D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375D09 is #C8A2F6. Grayscale: #484848. Windows color (decimal): -13148919 or 613687. OLE color: 613687.

HSL color Cylindrical-coordinate representation of color #375D09: hue angle of 87.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #375D09 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB55939-
CMYK0.4100.900.64
HSL87.14º82.35%20%-
HSV(B)87.14º90.32%36.47%-
XYZ5.548.661.64-
YUV72.0692.41115.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.03%
GREEN value IS 93 (36.72% from 255) = 59.24%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=35.03%
G=59.24%
B=5.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal559390.4100.900.6487.1482.3520
Hex375D92905A40575214
Octal671351151013210012712224
Binary110111101110110011010010101101010000001010111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375D09; }

 p { color: rgb(55,93,9); }

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

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

 a { background-color: rgb(55,93,9); }

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

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

 span { border-color: rgb(55,93,9); }

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