#46594F

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

Shades of Plantation #46594F

Tints of Plantation #46594F

Color information

#46594F (or 0x46594F) is unknown color: approx Plantation. HEX triplet: 46, 59 and 4F. RGB value is (70,89,79). Sum of RGB (Red+Green+Blue) = 70+89+79=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #46594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46594F is #B9A6B0. Grayscale: #525252. Windows color (decimal): -12166833 or 5200198. OLE color: 5200198.

HSL color Cylindrical-coordinate representation of color #46594F: hue angle of 148.42º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #46594F is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB708979-
CMYK0.2100.110.65
HSL148.42º11.95%31.18%-
HSV(B)148.42º21.35%34.9%-
XYZ7.519.018.74-
YUV82.18126.21119.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=29.41%
G=37.39%
B=33.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089790.2100.110.65148.4211.9531.18
Hex46594F150B4194c1f
Octal106131117250131012241437
Binary1000110101100110011111010101011100000110010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46594F; }

 p { color: rgb(70,89,79); }

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

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

 a { background-color: rgb(70,89,79); }

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

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

 span { border-color: rgb(70,89,79); }

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