Html Css Color HEX #37540B Verdun Green

📋 copy color: '#37540B'

red 55 ◦ green 84 ◦ blue 11

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

Shades of Verdun Green #37540B

Tints of Verdun Green #37540B

RGB

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

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

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

R = 36.67%
G = 56%
B = 7.33%

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

#37540B (or 0x37540B) is known color: Verdun Green. HEX triplet: 37, 54 and 0B. RGB value is (55,84,11). Sum of RGB (Red+Green+Blue) = 55+84+11=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #37540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37540B is #C8ABF4. Grayscale: #434343. Windows color (decimal): -13151221 or 742455. OLE color: 742455.

HSL color Cylindrical-coordinate representation of color #37540B: hue angle of 83.84º 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 #37540B is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 84 11 -
CMYK 0.35 0 0.87 0.67
HSL 83.84º 0.77% 0.19% -
HSV(B) 83.84º 0.87% 0.33% -
XYZ 4.81 7.18 1.45 -
YUV 67.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 55 84 11 0.35 0 0.87 0.67 83.84 0.77 0.19
Hex 37 54 B 23 0 57 43 54 4D 13
Octal 67 124 13 43 0 127 103 124 115 23
Binary 110111 1010100 1011 100011 0 1010111 1000011 1010100 1001101 10011

Color Harmonies of #37540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37540B

Black with #37540B

Text Example


Text Example

White with #37540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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