Html Css Color HEX #37540C Verdun Green

📋 copy color: '#37540C'

red 55 ◦ green 84 ◦ blue 12

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

Shades of Verdun Green #37540C

Tints of Verdun Green #37540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 55.63%

 BLUE value IS 12 (5.08% from 255) = 7.95%

R = 36.42%
G = 55.63%
B = 7.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#37540C (or 0x37540C) is known color: Verdun Green. HEX triplet: 37, 54 and 0C. RGB value is (55,84,12). Sum of RGB (Red+Green+Blue) = 55+84+12=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #37540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37540C is #C8ABF3. Grayscale: #434343. Windows color (decimal): -13151220 or 807991. OLE color: 807991.

HSL color Cylindrical-coordinate representation of color #37540C: hue angle of 84.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #37540C is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 84 12 -
CMYK 0.35 0 0.86 0.67
HSL 84.17º 0.75% 0.19% -
HSV(B) 84.17º 0.86% 0.33% -
XYZ 4.81 7.18 1.48 -
YUV 67.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 55 84 12 0.35 0 0.86 0.67 84.17 0.75 0.19
Hex 37 54 C 23 0 56 43 54 4B 13
Octal 67 124 14 43 0 126 103 124 113 23
Binary 110111 1010100 1100 100011 0 1010110 1000011 1010100 1001011 10011

Color Harmonies of #37540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37540C

Black with #37540C

Text Example


Text Example

White with #37540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37540C; }

 p { color: rgb(55,84,12); }

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

background-color css

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

 a { background-color: rgb(55,84,12); }

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

border-color css

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

 span { border-color: rgb(55,84,12); }

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