#555536

Color #555536 Camouflage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage #555536

Tints of Camouflage #555536

Color information

#555536 (or 0x555536) is unknown color: approx Camouflage. HEX triplet: 55, 55 and 36. RGB value is (85,85,54). Sum of RGB (Red+Green+Blue) = 85+85+54=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555536 is #AAAAC9. Grayscale: #515151. Windows color (decimal): -11184842 or 3560789. OLE color: 3560789.

HSL color Cylindrical-coordinate representation of color #555536: hue angle of 60º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555536 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB858554-
CMYK000.360.67
HSL60º22.3%27.25%-
HSV(B)60º36.47%33.33%-
XYZ7.668.694.76-
YUV81.47112.5130.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=37.95%
G=37.95%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858554000.360.676022.327.25
Hex5555360024433c161b
Octal125125660044103742633
Binary101010110101011101100010010010000111111001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555536; }

 p { color: rgb(85,85,54); }

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

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

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

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

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

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

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