Html Css Color HEX #376009 Verdun Green

📋 copy color: '#376009'

red 55 ◦ green 96 ◦ blue 9

#376009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #376009

Tints of Verdun Green #376009

RGB

 RED value IS 55 (21.88% from 255) = 34.38%

 GREEN value IS 96 (37.89% from 255) = 60%

 BLUE value IS 9 (3.91% from 255) = 5.63%

R = 34.38%
G = 60%
B = 5.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#376009 (or 0x376009) is known color: Verdun Green. HEX triplet: 37, 60 and 09. RGB value is (55,96,9). Sum of RGB (Red+Green+Blue) = 55+96+9=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #376009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376009 is #C89FF6. Grayscale: #4A4A4A. Windows color (decimal): -13148151 or 614455. OLE color: 614455.

HSL color Cylindrical-coordinate representation of color #376009: hue angle of 88.28º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #376009 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 9 -
CMYK 0.43 0 0.91 0.62
HSL 88.28º 0.83% 0.21% -
HSV(B) 88.28º 0.91% 0.38% -
XYZ 5.81 9.2 1.73 -
YUV 73.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 55 96 9 0.43 0 0.91 0.62 88.28 0.83 0.21
Hex 37 60 9 2B 0 5B 3E 58 53 15
Octal 67 140 11 53 0 133 76 130 123 25
Binary 110111 1100000 1001 101011 0 1011011 111110 1011000 1010011 10101

Color Harmonies of #376009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376009

Black with #376009

Text Example


Text Example

White with #376009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376009; }

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

 H1.HeaderClassName
 {
   color: #376009;
 }
 .AnyTagClassName
 {
   color: #376009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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