#555326

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

Shades of Camouflage #555326

Tints of Camouflage #555326

Color information

#555326 (or 0x555326) is unknown color: approx Camouflage. HEX triplet: 55, 53 and 26. RGB value is (85,83,38). Sum of RGB (Red+Green+Blue) = 85+83+38=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #555326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555326 is #AAACD9. Grayscale: #4E4E4E. Windows color (decimal): -11185370 or 2511701. OLE color: 2511701.

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

Color convert

RGB858338-
CMYK00.020.550.67
HSL57.45º38.21%24.12%-
HSV(B)57.45º55.29%33.33%-
XYZ7.198.263.05-
YUV78.47105.16132.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 38 (15.23% from 255) = 18.45%
R=41.26%
G=40.29%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85833800.020.550.6757.4538.2124.12
Hex555326023743392618
Octal125123460267103714630
Binary10101011010011100110010110111100001111100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555326; }

 p { color: rgb(85,83,38); }

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

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

 a { background-color: rgb(85,83,38); }

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

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

 span { border-color: rgb(85,83,38); }

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