#555428

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

Shades of Camouflage #555428

Tints of Camouflage #555428

Color information

#555428 (or 0x555428) is unknown color: approx Camouflage. HEX triplet: 55, 54 and 28. RGB value is (85,84,40). Sum of RGB (Red+Green+Blue) = 85+84+40=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #555428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555428 is #AAABD7. Grayscale: #4F4F4F. Windows color (decimal): -11185112 or 2643029. OLE color: 2643029.

HSL color Cylindrical-coordinate representation of color #555428: hue angle of 58.67º 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 #555428 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB858440-
CMYK00.010.530.67
HSL58.67º36%24.51%-
HSV(B)58.67º52.94%33.33%-
XYZ7.38.433.25-
YUV79.28105.83132.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=40.67%
G=40.19%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85844000.010.530.6758.673624.51
Hex5554280135433b2419
Octal125124500165103734431
Binary1010101101010010100001110101100001111101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555428; }

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

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

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

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

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

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

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

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