Html Css Color HEX #37580D Verdun Green

📋 copy color: '#37580D'

red 55 ◦ green 88 ◦ blue 13

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

Shades of Verdun Green #37580D

Tints of Verdun Green #37580D

RGB

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

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

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

R = 35.26%
G = 56.41%
B = 8.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#37580D (or 0x37580D) is known color: Verdun Green. HEX triplet: 37, 58 and 0D. RGB value is (55,88,13). Sum of RGB (Red+Green+Blue) = 55+88+13=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #37580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37580D is #C8A7F2. Grayscale: #454545. Windows color (decimal): -13150195 or 874551. OLE color: 874551.

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

Color convert

RGB 55 88 13 -
CMYK 0.38 0 0.85 0.65
HSL 86.4º 0.74% 0.2% -
HSV(B) 86.4º 0.85% 0.35% -
XYZ 5.14 7.82 1.62 -
YUV 69.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 55 88 13 0.38 0 0.85 0.65 86.4 0.74 0.2
Hex 37 58 D 26 0 55 41 56 4A 14
Octal 67 130 15 46 0 125 101 126 112 24
Binary 110111 1011000 1101 100110 0 1010101 1000001 1010110 1001010 10100

Color Harmonies of #37580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37580D

Black with #37580D

Text Example


Text Example

White with #37580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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