#555438

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

Shades of Camouflage #555438

Tints of Camouflage #555438

Color information

#555438 (or 0x555438) is unknown color: approx Camouflage. HEX triplet: 55, 54 and 38. RGB value is (85,84,56). Sum of RGB (Red+Green+Blue) = 85+84+56=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #555438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555438 is #AAABC7. Grayscale: #515151. Windows color (decimal): -11185096 or 3691605. OLE color: 3691605.

HSL color Cylindrical-coordinate representation of color #555438: hue angle of 57.93º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555438 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB858456-
CMYK00.010.340.67
HSL57.93º20.57%27.65%-
HSV(B)57.93º34.12%33.33%-
XYZ7.638.564.99-
YUV81.11113.83130.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=37.78%
G=37.33%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85845600.010.340.6757.9320.5727.65
Hex5554380122433a151c
Octal125124700142103722534
Binary101010110101001110000110001010000111110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555438; }

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

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

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

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

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

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

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

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