#555539

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

Shades of Camouflage #555539

Tints of Camouflage #555539

Color information

#555539 (or 0x555539) is unknown color: approx Camouflage. HEX triplet: 55, 55 and 39. RGB value is (85,85,57). Sum of RGB (Red+Green+Blue) = 85+85+57=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555539 is #AAAAC6. Grayscale: #515151. Windows color (decimal): -11184839 or 3757397. OLE color: 3757397.

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

Color convert

RGB858557-
CMYK000.330.67
HSL60º19.72%27.84%-
HSV(B)60º32.94%33.33%-
XYZ7.738.725.15-
YUV81.81114130.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=37.44%
G=37.44%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858557000.330.676019.7227.84
Hex5555390021433c141c
Octal125125710041103742434
Binary101010110101011110010010000110000111111001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555539; }

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

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

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

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

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

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

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

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