#465A50

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

Shades of Plantation #465A50

Tints of Plantation #465A50

Color information

#465A50 (or 0x465A50) is unknown color: approx Plantation. HEX triplet: 46, 5A and 50. RGB value is (70,90,80). Sum of RGB (Red+Green+Blue) = 70+90+80=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 90 - color contains mainly: green. Hex color #465A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A50 is #B9A5AF. Grayscale: #525252. Windows color (decimal): -12166576 or 5265990. OLE color: 5265990.

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

Color convert

RGB709080-
CMYK0.2200.110.65
HSL150º12.5%31.37%-
HSV(B)150º22.22%35.29%-
XYZ7.639.198.96-
YUV82.88126.37118.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 80 (31.64% from 255) = 33.33%
R=29.17%
G=37.5%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090800.2200.110.6515012.531.37
Hex465A50160B4196c1f
Octal106132120260131012261437
Binary1000110101101010100001011001011100000110010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465A50; }

 p { color: rgb(70,90,80); }

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

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

 a { background-color: rgb(70,90,80); }

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

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

 span { border-color: rgb(70,90,80); }

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