#555232

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

Shades of Camouflage #555232

Tints of Camouflage #555232

Color information

#555232 (or 0x555232) is unknown color: approx Camouflage. HEX triplet: 55, 52 and 32. RGB value is (85,82,50). Sum of RGB (Red+Green+Blue) = 85+82+50=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #555232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555232 is #AAADCD. Grayscale: #4F4F4F. Windows color (decimal): -11185614 or 3297877. OLE color: 3297877.

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

Color convert

RGB858250-
CMYK00.040.410.67
HSL54.86º25.93%26.47%-
HSV(B)54.86º41.18%33.33%-
XYZ7.348.24.21-
YUV79.25111.49132.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=39.17%
G=37.79%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85825000.040.410.6754.8625.9326.47
Hex555232042943371a1a
Octal125122620451103673232
Binary10101011010010110010010010100110000111101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555232; }

 p { color: rgb(85,82,50); }

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

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

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

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

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

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

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