#41584A

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

Shades of Plantation #41584A

Tints of Plantation #41584A

Color information

#41584A (or 0x41584A) is unknown color: approx Plantation. HEX triplet: 41, 58 and 4A. RGB value is (65,88,74). Sum of RGB (Red+Green+Blue) = 65+88+74=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #41584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41584A is #BEA7B5. Grayscale: #4F4F4F. Windows color (decimal): -12494774 or 4872257. OLE color: 4872257.

HSL color Cylindrical-coordinate representation of color #41584A: hue angle of 143.48º 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 #41584A is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB658874-
CMYK0.2600.160.65
HSL143.48º15.03%30%-
HSV(B)143.48º26.14%34.51%-
XYZ6.918.67.77-
YUV79.53124.88117.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=28.63%
G=38.77%
B=32.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6588740.2600.160.65143.4815.0330
Hex41584A1A010418ff1e
Octal101130112320201012171736
Binary10000011011000100101011010010000100000110001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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