Html Css Color HEX #55590D Verdun Green

📋 copy color: '#55590D'

red 85 ◦ green 89 ◦ blue 13

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

Shades of Verdun Green #55590D

Tints of Verdun Green #55590D

RGB

 RED value IS 85 (33.59% from 255) = 45.45%

 GREEN value IS 89 (35.16% from 255) = 47.59%

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

R = 45.45%
G = 47.59%
B = 6.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#55590D (or 0x55590D) is known color: Verdun Green. HEX triplet: 55, 59 and 0D. RGB value is (85,89,13). Sum of RGB (Red+Green+Blue) = 85+89+13=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #55590D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55590D is #AAA6F2. Grayscale: #4F4F4F. Windows color (decimal): -11183859 or 874837. OLE color: 874837.

HSL color Cylindrical-coordinate representation of color #55590D: hue angle of 63.16º degrees, saturation: 0.75, 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 #55590D is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 13 -
CMYK 0.04 0 0.85 0.65
HSL 63.16º 0.75% 0.2% -
HSV(B) 63.16º 0.85% 0.35% -
XYZ 7.39 9.11 1.75 -
YUV 79.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 85 89 13 0.04 0 0.85 0.65 63.16 0.75 0.2
Hex 55 59 D 4 0 55 41 3F 4B 14
Octal 125 131 15 4 0 125 101 77 113 24
Binary 1010101 1011001 1101 100 0 1010101 1000001 111111 1001011 10100

Color Harmonies of #55590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55590D

Black with #55590D

Text Example


Text Example

White with #55590D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,89,13); }

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

background-color css

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

 a { background-color: rgb(85,89,13); }

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

border-color css

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

 span { border-color: rgb(85,89,13); }

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