Html Css Color HEX #37500B Verdun Green

📋 copy color: '#37500B'

red 55 ◦ green 80 ◦ blue 11

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

Shades of Verdun Green #37500B

Tints of Verdun Green #37500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.79%

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

R = 37.67%
G = 54.79%
B = 7.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#37500B (or 0x37500B) is known color: Verdun Green. HEX triplet: 37, 50 and 0B. RGB value is (55,80,11). Sum of RGB (Red+Green+Blue) = 55+80+11=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #37500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37500B is #C8AFF4. Grayscale: #404040. Windows color (decimal): -13152245 or 741431. OLE color: 741431.

HSL color Cylindrical-coordinate representation of color #37500B: hue angle of 81.74º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #37500B is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 11 -
CMYK 0.31 0 0.86 0.69
HSL 81.74º 0.76% 0.18% -
HSV(B) 81.74º 0.86% 0.31% -
XYZ 4.5 6.57 1.35 -
YUV 64.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 55 80 11 0.31 0 0.86 0.69 81.74 0.76 0.18
Hex 37 50 B 1F 0 56 45 52 4C 12
Octal 67 120 13 37 0 126 105 122 114 22
Binary 110111 1010000 1011 11111 0 1010110 1000101 1010010 1001100 10010

Color Harmonies of #37500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37500B

Black with #37500B

Text Example


Text Example

White with #37500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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