Html Css Color HEX #37520F Verdun Green

📋 copy color: '#37520F'

red 55 ◦ green 82 ◦ blue 15

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

Shades of Verdun Green #37520F

Tints of Verdun Green #37520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.87%

R = 36.18%
G = 53.95%
B = 9.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#37520F (or 0x37520F) is known color: Verdun Green. HEX triplet: 37, 52 and 0F. RGB value is (55,82,15). Sum of RGB (Red+Green+Blue) = 55+82+15=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #37520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37520F is #C8ADF0. Grayscale: #424242. Windows color (decimal): -13151729 or 1004087. OLE color: 1004087.

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

Color convert

RGB 55 82 15 -
CMYK 0.33 0 0.82 0.68
HSL 84.18º 0.69% 0.19% -
HSV(B) 84.18º 0.82% 0.32% -
XYZ 4.68 6.88 1.53 -
YUV 66.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 55 82 15 0.33 0 0.82 0.68 84.18 0.69 0.19
Hex 37 52 F 21 0 52 44 54 45 13
Octal 67 122 17 41 0 122 104 124 105 23
Binary 110111 1010010 1111 100001 0 1010010 1000100 1010100 1000101 10011

Color Harmonies of #37520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37520F

Black with #37520F

Text Example


Text Example

White with #37520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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