#455850

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

Shades of Plantation #455850

Tints of Plantation #455850

Color information

#455850 (or 0x455850) is unknown color: approx Plantation. HEX triplet: 45, 58 and 50. RGB value is (69,88,80). Sum of RGB (Red+Green+Blue) = 69+88+80=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #455850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455850 is #BAA7AF. Grayscale: #515151. Windows color (decimal): -12232624 or 5265477. OLE color: 5265477.

HSL color Cylindrical-coordinate representation of color #455850: hue angle of 154.74º 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 #455850 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB698880-
CMYK0.2200.090.65
HSL154.74º12.1%30.78%-
HSV(B)154.74º21.59%34.51%-
XYZ7.398.828.9-
YUV81.41127.21119.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=29.11%
G=37.13%
B=33.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988800.2200.090.65154.7412.130.78
Hex4558501609419bc1f
Octal105130120260111012331437
Binary1000101101100010100001011001001100000110011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455850; }

 p { color: rgb(69,88,80); }

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

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

 a { background-color: rgb(69,88,80); }

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

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

 span { border-color: rgb(69,88,80); }

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