#41564C

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

Shades of Plantation #41564C

Tints of Plantation #41564C

Color information

#41564C (or 0x41564C) is unknown color: approx Plantation. HEX triplet: 41, 56 and 4C. RGB value is (65,86,76). Sum of RGB (Red+Green+Blue) = 65+86+76=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 86 - color contains mainly: green. Hex color #41564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41564C is #BEA9B3. Grayscale: #4E4E4E. Windows color (decimal): -12495284 or 5002817. OLE color: 5002817.

HSL color Cylindrical-coordinate representation of color #41564C: hue angle of 151.43º 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 #41564C is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB658676-
CMYK0.2400.120.66
HSL151.43º13.91%29.61%-
HSV(B)151.43º24.42%33.73%-
XYZ6.818.38.08-
YUV78.58126.54118.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=28.63%
G=37.89%
B=33.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6586760.2400.120.66151.4313.9129.61
Hex41564C180C4297e1e
Octal101126114300141022271636
Binary1000001101011010011001100001100100001010010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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