#455C50

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

Shades of Plantation #455C50

Tints of Plantation #455C50

Color information

#455C50 (or 0x455C50) is unknown color: approx Plantation. HEX triplet: 45, 5C and 50. RGB value is (69,92,80). Sum of RGB (Red+Green+Blue) = 69+92+80=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 92 - color contains mainly: green. Hex color #455C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C50 is #BAA3AF. Grayscale: #535353. Windows color (decimal): -12231600 or 5266501. OLE color: 5266501.

HSL color Cylindrical-coordinate representation of color #455C50: hue angle of 148.7º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #455C50 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB699280-
CMYK0.2500.130.64
HSL148.7º14.29%31.57%-
HSV(B)148.7º25%36.08%-
XYZ7.739.59.02-
YUV83.76125.88117.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=28.63%
G=38.17%
B=33.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992800.2500.130.64148.714.2931.57
Hex455C50190D4095e20
Octal105134120310151002251640
Binary10001011011100101000011001011011000000100101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455C50; }

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

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

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

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

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

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

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

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