#556452

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

Shades of Cactus #556452

Tints of Cactus #556452

Color information

#556452 (or 0x556452) is unknown color: approx Cactus. HEX triplet: 55, 64 and 52. RGB value is (85,100,82). Sum of RGB (Red+Green+Blue) = 85+100+82=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 100 - color contains mainly: green. Hex color #556452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556452 is #AA9BAD. Grayscale: #5D5D5D. Windows color (decimal): -11180974 or 5399637. OLE color: 5399637.

HSL color Cylindrical-coordinate representation of color #556452: hue angle of 110º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556452 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB8510082-
CMYK0.1500.180.61
HSL110º9.89%35.69%-
HSV(B)110º18%39.22%-
XYZ9.8311.659.71-
YUV93.46121.53121.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=31.84%
G=37.45%
B=30.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100820.1500.180.611109.8935.69
Hex556452F0123D6ea24
Octal12514412217022751561244
Binary101010111001001010010111101001011110111011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556452; }

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

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

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

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

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

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

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

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