#41584E

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

Shades of Plantation #41584E

Tints of Plantation #41584E

Color information

#41584E (or 0x41584E) is unknown color: approx Plantation. HEX triplet: 41, 58 and 4E. RGB value is (65,88,78). Sum of RGB (Red+Green+Blue) = 65+88+78=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #41584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41584E is #BEA7B1. Grayscale: #4F4F4F. Windows color (decimal): -12494770 or 5134401. OLE color: 5134401.

HSL color Cylindrical-coordinate representation of color #41584E: hue angle of 153.91º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #41584E is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB658878-
CMYK0.2600.110.65
HSL153.91º15.03%30%-
HSV(B)153.91º26.14%34.51%-
XYZ7.048.658.51-
YUV79.98126.88117.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=28.14%
G=38.10%
B=33.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6588780.2600.110.65153.9115.0330
Hex41584E1A0B419af1e
Octal101130116320131012321736
Binary1000001101100010011101101001011100000110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,88,78); }

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

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

 a { background-color: rgb(65,88,78); }

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

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

 span { border-color: rgb(65,88,78); }

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