#555B10

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

Shades of Verdun Green #555B10

Tints of Verdun Green #555B10

Color information

#555B10 (or 0x555B10) is unknown color: approx Verdun Green. HEX triplet: 55, 5B and 10. RGB value is (85,91,16). Sum of RGB (Red+Green+Blue) = 85+91+16=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #555B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555B10 is #AAA4EF. Grayscale: #505050. Windows color (decimal): -11183344 or 1071957. OLE color: 1071957.

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

Color convert

RGB859116-
CMYK0.0700.820.64
HSL64.8º70.09%20.98%-
HSV(B)64.8º82.42%35.69%-
XYZ7.589.451.91-
YUV80.6691.51131.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 91 (35.94% from 255) = 47.40%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=44.27%
G=47.40%
B=8.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8591160.0700.820.6464.870.0920.98
Hex555B10705240414615
Octal125133207012210010110625
Binary10101011011011100001110101001010000001000001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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