Html Css Color HEX #555608 Verdun Green

📋 copy color: '#555608'

red 85 ◦ green 86 ◦ blue 8

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

Shades of Verdun Green #555608

Tints of Verdun Green #555608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.04%

 BLUE value IS 8 (3.52% from 255) = 4.47%

R = 47.49%
G = 48.04%
B = 4.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#555608 (or 0x555608) is known color: Verdun Green. HEX triplet: 55, 56 and 08. RGB value is (85,86,8). Sum of RGB (Red+Green+Blue) = 85+86+8=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #555608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555608 is #AAA9F7. Grayscale: #4D4D4D. Windows color (decimal): -11184632 or 546389. OLE color: 546389.

HSL color Cylindrical-coordinate representation of color #555608: hue angle of 60.77º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #555608 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 8 -
CMYK 0.01 0 0.91 0.66
HSL 60.77º 0.83% 0.18% -
HSV(B) 60.77º 0.91% 0.34% -
XYZ 7.12 8.6 1.52 -
YUV 76.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 85 86 8 0.01 0 0.91 0.66 60.77 0.83 0.18
Hex 55 56 8 1 0 5B 42 3D 53 12
Octal 125 126 10 1 0 133 102 75 123 22
Binary 1010101 1010110 1000 1 0 1011011 1000010 111101 1010011 10010

Color Harmonies of #555608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555608

Black with #555608

Text Example


Text Example

White with #555608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555608; }

 p { color: rgb(85,86,8); }

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

background-color css

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

 a { background-color: rgb(85,86,8); }

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

border-color css

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

 span { border-color: rgb(85,86,8); }

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