Html Css Color HEX #37520B Verdun Green

📋 copy color: '#37520B'

red 55 ◦ green 82 ◦ blue 11

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

Shades of Verdun Green #37520B

Tints of Verdun Green #37520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 55.41%

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

R = 37.16%
G = 55.41%
B = 7.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#37520B (or 0x37520B) is known color: Verdun Green. HEX triplet: 37, 52 and 0B. RGB value is (55,82,11). Sum of RGB (Red+Green+Blue) = 55+82+11=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #37520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37520B is #C8ADF4. Grayscale: #424242. Windows color (decimal): -13151733 or 741943. OLE color: 741943.

HSL color Cylindrical-coordinate representation of color #37520B: hue angle of 82.82º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37520B is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 11 -
CMYK 0.33 0 0.87 0.68
HSL 82.82º 0.76% 0.18% -
HSV(B) 82.82º 0.87% 0.32% -
XYZ 4.65 6.87 1.4 -
YUV 65.83 97.05 120.27 -
System Red Green Blue C M Y K H S L
Decimal 55 82 11 0.33 0 0.87 0.68 82.82 0.76 0.18
Hex 37 52 B 21 0 57 44 53 4C 12
Octal 67 122 13 41 0 127 104 123 114 22
Binary 110111 1010010 1011 100001 0 1010111 1000100 1010011 1001100 10010

Color Harmonies of #37520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37520B

Black with #37520B

Text Example


Text Example

White with #37520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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