Html Css Color HEX #37550B Verdun Green

📋 copy color: '#37550B'

red 55 ◦ green 85 ◦ blue 11

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

Shades of Verdun Green #37550B

Tints of Verdun Green #37550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 56.29%

 BLUE value IS 11 (4.69% from 255) = 7.28%

R = 36.42%
G = 56.29%
B = 7.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#37550B (or 0x37550B) is known color: Verdun Green. HEX triplet: 37, 55 and 0B. RGB value is (55,85,11). Sum of RGB (Red+Green+Blue) = 55+85+11=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #37550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37550B is #C8AAF4. Grayscale: #434343. Windows color (decimal): -13150965 or 742711. OLE color: 742711.

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

Color convert

RGB 55 85 11 -
CMYK 0.35 0 0.87 0.67
HSL 84.32º 0.77% 0.19% -
HSV(B) 84.32º 0.87% 0.33% -
XYZ 4.88 7.33 1.47 -
YUV 67.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 55 85 11 0.35 0 0.87 0.67 84.32 0.77 0.19
Hex 37 55 B 23 0 57 43 54 4D 13
Octal 67 125 13 43 0 127 103 124 115 23
Binary 110111 1010101 1011 100011 0 1010111 1000011 1010100 1001101 10011

Color Harmonies of #37550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37550B

Black with #37550B

Text Example


Text Example

White with #37550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37550B; }

 p { color: rgb(55,85,11); }

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

background-color css

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

 a { background-color: rgb(55,85,11); }

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

border-color css

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

 span { border-color: rgb(55,85,11); }

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