#555225

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

Shades of Camouflage #555225

Tints of Camouflage #555225

Color information

#555225 (or 0x555225) is unknown color: approx Camouflage. HEX triplet: 55, 52 and 25. RGB value is (85,82,37). Sum of RGB (Red+Green+Blue) = 85+82+37=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #555225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555225 is #AAADDA. Grayscale: #4D4D4D. Windows color (decimal): -11185627 or 2445909. OLE color: 2445909.

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

Color convert

RGB858237-
CMYK00.040.560.67
HSL56.25º39.34%23.92%-
HSV(B)56.25º56.47%33.33%-
XYZ7.18.12.94-
YUV77.77104.99133.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=41.67%
G=40.20%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85823700.040.560.6756.2539.3423.92
Hex555225043843382718
Octal125122450470103704730
Binary101010110100101001010100111000100001111100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555225; }

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

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

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

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

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

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

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

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