#41594F

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

Shades of Plantation #41594F

Tints of Plantation #41594F

Color information

#41594F (or 0x41594F) is unknown color: approx Plantation. HEX triplet: 41, 59 and 4F. RGB value is (65,89,79). Sum of RGB (Red+Green+Blue) = 65+89+79=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #41594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41594F is #BEA6B0. Grayscale: #505050. Windows color (decimal): -12494513 or 5200193. OLE color: 5200193.

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

Color convert

RGB658979-
CMYK0.2700.110.65
HSL155º15.58%30.2%-
HSV(B)155º26.97%34.9%-
XYZ7.168.838.72-
YUV80.68127.05116.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=27.90%
G=38.20%
B=33.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6589790.2700.110.6515515.5830.2
Hex41594F1B0B419b101e
Octal101131117330131012332036
Binary10000011011001100111111011010111000001100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41594F; }

 p { color: rgb(65,89,79); }

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

<style>
 a { background-color: #41594F; }

 a { background-color: rgb(65,89,79); }

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

<style>
 span { border-color: #41594F; }

 span { border-color: rgb(65,89,79); }

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