#555227

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

Shades of Camouflage #555227

Tints of Camouflage #555227

Color information

#555227 (or 0x555227) is unknown color: approx Camouflage. HEX triplet: 55, 52 and 27. RGB value is (85,82,39). Sum of RGB (Red+Green+Blue) = 85+82+39=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #555227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555227 is #AAADD8. Grayscale: #4E4E4E. Windows color (decimal): -11185625 or 2576981. OLE color: 2576981.

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

Color convert

RGB858239-
CMYK00.040.540.67
HSL56.09º37.1%24.31%-
HSV(B)56.09º54.12%33.33%-
XYZ7.138.113.11-
YUV78105.99133-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=41.26%
G=39.81%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85823900.040.540.6756.0937.124.31
Hex555227043643382518
Octal125122470466103704530
Binary101010110100101001110100110110100001111100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555227; }

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

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

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

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

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

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

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

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