Html Css Color HEX #37620C Verdun Green

📋 copy color: '#37620C'

red 55 ◦ green 98 ◦ blue 12

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

Shades of Verdun Green #37620C

Tints of Verdun Green #37620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 59.39%

 BLUE value IS 12 (5.08% from 255) = 7.27%

R = 33.33%
G = 59.39%
B = 7.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#37620C (or 0x37620C) is known color: Verdun Green. HEX triplet: 37, 62 and 0C. RGB value is (55,98,12). Sum of RGB (Red+Green+Blue) = 55+98+12=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #37620C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37620C is #C89DF3. Grayscale: #4B4B4B. Windows color (decimal): -13147636 or 811575. OLE color: 811575.

HSL color Cylindrical-coordinate representation of color #37620C: hue angle of 90º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37620C is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 98 12 -
CMYK 0.44 0 0.88 0.62
HSL 90º 0.78% 0.22% -
HSV(B) 90º 0.88% 0.38% -
XYZ 6.01 9.57 1.88 -
YUV 75.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 55 98 12 0.44 0 0.88 0.62 90 0.78 0.22
Hex 37 62 C 2C 0 58 3E 5A 4E 16
Octal 67 142 14 54 0 130 76 132 116 26
Binary 110111 1100010 1100 101100 0 1011000 111110 1011010 1001110 10110

Color Harmonies of #37620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37620C

Black with #37620C

Text Example


Text Example

White with #37620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37620C; }

 p { color: rgb(55,98,12); }

 H1.HeaderClassName
 {
   color: #37620C;
 }
 .AnyTagClassName
 {
   color: #37620C;
 }
</style>

background-color css

<style>
 a { background-color: #37620C; }

 a { background-color: rgb(55,98,12); }

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

border-color css

<style>
 span { border-color: #37620C; }

 span { border-color: rgb(55,98,12); }

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