Html Css Color HEX #555800 Verdun Green

📋 copy color: '#555800'

red 85 ◦ green 88 ◦ blue 0

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

Shades of Verdun Green #555800

Tints of Verdun Green #555800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.13%
G = 50.87%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#555800 (or 0x555800) is known color: Verdun Green. HEX triplet: 55, 58 and 00. RGB value is (85,88,0). Sum of RGB (Red+Green+Blue) = 85+88+0=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #555800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555800 is #AAA7FF. Grayscale: #4D4D4D. Windows color (decimal): -11184128 or 22613. OLE color: 22613.

HSL color Cylindrical-coordinate representation of color #555800: hue angle of 62.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #555800 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 88 0 -
CMYK 0.03 0 1 0.65
HSL 62.05º 1% 0.17% -
HSV(B) 62.05º 1% 0.35% -
XYZ 7.24 8.91 1.34 -
YUV 77.07 84.51 133.66 -
System Red Green Blue C M Y K H S L
Decimal 85 88 0 0.03 0 1 0.65 62.05 1 0.17
Hex 55 58 0 3 0 64 41 3E 64 11
Octal 125 130 0 3 0 144 101 76 144 21
Binary 1010101 1011000 0 11 0 1100100 1000001 111110 1100100 10001

Color Harmonies of #555800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555800

Black with #555800

Text Example


Text Example

White with #555800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555800; }

 p { color: rgb(85,88,0); }

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

background-color css

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

 a { background-color: rgb(85,88,0); }

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

border-color css

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

 span { border-color: rgb(85,88,0); }

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