#41564A

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

Shades of Plantation #41564A

Tints of Plantation #41564A

Color information

#41564A (or 0x41564A) is unknown color: approx Plantation. HEX triplet: 41, 56 and 4A. RGB value is (65,86,74). Sum of RGB (Red+Green+Blue) = 65+86+74=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #41564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41564A is #BEA9B5. Grayscale: #4E4E4E. Windows color (decimal): -12495286 or 4871745. OLE color: 4871745.

HSL color Cylindrical-coordinate representation of color #41564A: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #41564A is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB658674-
CMYK0.2400.140.66
HSL145.71º13.91%29.61%-
HSV(B)145.71º24.42%33.73%-
XYZ6.748.277.72-
YUV78.35125.54118.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=28.89%
G=38.22%
B=32.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6586740.2400.140.66145.7113.9129.61
Hex41564A180E4292e1e
Octal101126112300161022221636
Binary1000001101011010010101100001110100001010010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41564A; }

 p { color: rgb(65,86,74); }

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

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

 a { background-color: rgb(65,86,74); }

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

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

 span { border-color: rgb(65,86,74); }

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