#555338

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

Shades of Camouflage #555338

Tints of Camouflage #555338

Color information

#555338 (or 0x555338) is unknown color: approx Camouflage. HEX triplet: 55, 53 and 38. RGB value is (85,83,56). Sum of RGB (Red+Green+Blue) = 85+83+56=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #555338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555338 is #AAACC7. Grayscale: #505050. Windows color (decimal): -11185352 or 3691349. OLE color: 3691349.

HSL color Cylindrical-coordinate representation of color #555338: hue angle of 55.86º 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 #555338 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB858356-
CMYK00.020.340.67
HSL55.86º20.57%27.65%-
HSV(B)55.86º34.12%33.33%-
XYZ7.558.44.97-
YUV80.52114.16131.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 56 (22.27% from 255) = 25%
R=37.95%
G=37.05%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85835600.020.340.6755.8620.5727.65
Hex55533802224338151c
Octal125123700242103702534
Binary1010101101001111100001010001010000111110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555338; }

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

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

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

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

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

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

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

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