#555B00

Color #555B00 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #555B00

Tints of Verdun Green #555B00

Color information

#555B00 (or 0x555B00) is unknown color: approx Verdun Green. HEX triplet: 55, 5B and 00. RGB value is (85,91,0). Sum of RGB (Red+Green+Blue) = 85+91+0=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 91 (35.94% from 255 or 51.70% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 91 - color contains mainly: green. Hex color #555B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555B00 is #AAA4FF. Grayscale: #4F4F4F. Windows color (decimal): -11183360 or 23381. OLE color: 23381.

HSL color Cylindrical-coordinate representation of color #555B00: hue angle of 63.96º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #555B00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB85910-
CMYK0.07010.64
HSL63.96º100%17.84%-
HSV(B)63.96º100%35.69%-
XYZ7.499.411.42-
YUV78.8383.51132.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 91 (35.94% from 255) = 51.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.30%
G=51.70%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal859100.07010.6463.9610017.84
Hex555B0706440406412
Octal12513307014410010014422
Binary1010101101101101110110010010000001000000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555B00; }

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

 H1.HeaderClassName
 {
   color: #555B00;
 }
 .AnyTagClassName
 {
   color: #555B00;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #555B00;
 }
 .BgClassName
 {
   background-color: #555B00;
 }
</style>
border-color css

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

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

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