#555235

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

Shades of Camouflage #555235

Tints of Camouflage #555235

Color information

#555235 (or 0x555235) is unknown color: approx Camouflage. HEX triplet: 55, 52 and 35. RGB value is (85,82,53). Sum of RGB (Red+Green+Blue) = 85+82+53=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #555235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555235 is #AAADCA. Grayscale: #4F4F4F. Windows color (decimal): -11185611 or 3494485. OLE color: 3494485.

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

Color convert

RGB858253-
CMYK00.040.380.67
HSL54.38º23.19%27.06%-
HSV(B)54.38º37.65%33.33%-
XYZ7.418.224.56-
YUV79.59112.99131.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=38.64%
G=37.27%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85825300.040.380.6754.3823.1927.06
Hex55523504264336171b
Octal125122650446103662733
Binary10101011010010110101010010011010000111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555235; }

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

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

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

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

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

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

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

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