Html Css Color HEX #37580C Verdun Green

📋 copy color: '#37580C'

red 55 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #37580C

Tints of Verdun Green #37580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 56.77%

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

R = 35.48%
G = 56.77%
B = 7.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#37580C (or 0x37580C) is known color: Verdun Green. HEX triplet: 37, 58 and 0C. RGB value is (55,88,12). Sum of RGB (Red+Green+Blue) = 55+88+12=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #37580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37580C is #C8A7F3. Grayscale: #454545. Windows color (decimal): -13150196 or 809015. OLE color: 809015.

HSL color Cylindrical-coordinate representation of color #37580C: hue angle of 86.05º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #37580C is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 88 12 -
CMYK 0.38 0 0.86 0.65
HSL 86.05º 0.76% 0.2% -
HSV(B) 86.05º 0.86% 0.35% -
XYZ 5.13 7.82 1.59 -
YUV 69.47 95.57 117.68 -
System Red Green Blue C M Y K H S L
Decimal 55 88 12 0.38 0 0.86 0.65 86.05 0.76 0.2
Hex 37 58 C 26 0 56 41 56 4C 14
Octal 67 130 14 46 0 126 101 126 114 24
Binary 110111 1011000 1100 100110 0 1010110 1000001 1010110 1001100 10100

Color Harmonies of #37580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37580C

Black with #37580C

Text Example


Text Example

White with #37580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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