#46544C

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

Shades of Plantation #46544C

Tints of Plantation #46544C

Color information

#46544C (or 0x46544C) is unknown color: approx Plantation. HEX triplet: 46, 54 and 4C. RGB value is (70,84,76). Sum of RGB (Red+Green+Blue) = 70+84+76=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #46544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46544C is #B9ABB3. Grayscale: #4E4E4E. Windows color (decimal): -12168116 or 5002310. OLE color: 5002310.

HSL color Cylindrical-coordinate representation of color #46544C: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #46544C is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB708476-
CMYK0.1700.100.67
HSL145.71º9.09%30.2%-
HSV(B)145.71º16.67%32.94%-
XYZ78.168.04-
YUV78.9126.36121.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=30.43%
G=36.52%
B=33.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084760.1700.100.67145.719.0930.2
Hex46544C110A439291e
Octal106124114210121032221136
Binary1000110101010010011001000101010100001110010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46544C; }

 p { color: rgb(70,84,76); }

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

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

 a { background-color: rgb(70,84,76); }

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

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

 span { border-color: rgb(70,84,76); }

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