#45564E

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

Shades of Plantation #45564E

Tints of Plantation #45564E

Color information

#45564E (or 0x45564E) is unknown color: approx Plantation. HEX triplet: 45, 56 and 4E. RGB value is (69,86,78). Sum of RGB (Red+Green+Blue) = 69+86+78=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #45564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45564E is #BAA9B1. Grayscale: #505050. Windows color (decimal): -12233138 or 5133893. OLE color: 5133893.

HSL color Cylindrical-coordinate representation of color #45564E: hue angle of 151.76º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #45564E is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB698678-
CMYK0.2000.090.66
HSL151.76º10.97%30.39%-
HSV(B)151.76º19.77%33.73%-
XYZ7.168.478.47-
YUV80126.87120.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=29.61%
G=36.91%
B=33.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986780.2000.090.66151.7610.9730.39
Hex45564E14094298b1e
Octal105126116240111022301336
Binary1000101101011010011101010001001100001010011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45564E; }

 p { color: rgb(69,86,78); }

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

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

 a { background-color: rgb(69,86,78); }

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

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

 span { border-color: rgb(69,86,78); }

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