#375C09

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

Shades of Verdun Green #375C09

Tints of Verdun Green #375C09

Color information

#375C09 (or 0x375C09) is unknown color: approx Verdun Green. HEX triplet: 37, 5C and 09. RGB value is (55,92,9). Sum of RGB (Red+Green+Blue) = 55+92+9=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 92 (36.33% from 255 or 58.97% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 92 - color contains mainly: green. Hex color #375C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375C09 is #C8A3F6. Grayscale: #474747. Windows color (decimal): -13149175 or 613431. OLE color: 613431.

HSL color Cylindrical-coordinate representation of color #375C09: hue angle of 86.75º 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 #375C09 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB55929-
CMYK0.4000.900.64
HSL86.75º82.18%19.8%-
HSV(B)86.75º90.22%36.08%-
XYZ5.458.491.61-
YUV71.4792.74116.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 92 (36.33% from 255) = 58.97%
BLUE value IS 9 (3.91% from 255) = 5.77%
R=35.26%
G=58.97%
B=5.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal559290.4000.900.6486.7582.1819.8
Hex375C92805A40575214
Octal671341150013210012712224
Binary110111101110010011010000101101010000001010111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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