Html Css Color HEX #37600D Verdun Green

📋 copy color: '#37600D'

red 55 ◦ green 96 ◦ blue 13

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

Shades of Verdun Green #37600D

Tints of Verdun Green #37600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.54%

 BLUE value IS 13 (5.47% from 255) = 7.93%

R = 33.54%
G = 58.54%
B = 7.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#37600D (or 0x37600D) is known color: Verdun Green. HEX triplet: 37, 60 and 0D. RGB value is (55,96,13). Sum of RGB (Red+Green+Blue) = 55+96+13=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #37600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37600D is #C89FF2. Grayscale: #4A4A4A. Windows color (decimal): -13148147 or 876599. OLE color: 876599.

HSL color Cylindrical-coordinate representation of color #37600D: hue angle of 89.64º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #37600D is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 13 -
CMYK 0.43 0 0.86 0.62
HSL 89.64º 0.76% 0.21% -
HSV(B) 89.64º 0.86% 0.38% -
XYZ 5.83 9.21 1.85 -
YUV 74.28 93.42 114.25 -
System Red Green Blue C M Y K H S L
Decimal 55 96 13 0.43 0 0.86 0.62 89.64 0.76 0.21
Hex 37 60 D 2B 0 56 3E 5A 4C 15
Octal 67 140 15 53 0 126 76 132 114 25
Binary 110111 1100000 1101 101011 0 1010110 111110 1011010 1001100 10101

Color Harmonies of #37600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37600D

Black with #37600D

Text Example


Text Example

White with #37600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37600D; }

 p { color: rgb(55,96,13); }

 H1.HeaderClassName
 {
   color: #37600D;
 }
 .AnyTagClassName
 {
   color: #37600D;
 }
</style>

background-color css

<style>
 a { background-color: #37600D; }

 a { background-color: rgb(55,96,13); }

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

border-color css

<style>
 span { border-color: #37600D; }

 span { border-color: rgb(55,96,13); }

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