#555228

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

Shades of Camouflage #555228

Tints of Camouflage #555228

Color information

#555228 (or 0x555228) is unknown color: approx Camouflage. HEX triplet: 55, 52 and 28. RGB value is (85,82,40). Sum of RGB (Red+Green+Blue) = 85+82+40=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #555228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555228 is #AAADD7. Grayscale: #4E4E4E. Windows color (decimal): -11185624 or 2642517. OLE color: 2642517.

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

Color convert

RGB858240-
CMYK00.040.530.67
HSL56º36%24.51%-
HSV(B)56º52.94%33.33%-
XYZ7.158.123.2-
YUV78.11106.49132.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=41.06%
G=39.61%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85824000.040.530.67563624.51
Hex555228043543382419
Octal125122500465103704431
Binary101010110100101010000100110101100001111100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555228; }

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

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

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

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

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

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

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

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