#41594B

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

Shades of Plantation #41594B

Tints of Plantation #41594B

Color information

#41594B (or 0x41594B) is unknown color: approx Plantation. HEX triplet: 41, 59 and 4B. RGB value is (65,89,75). Sum of RGB (Red+Green+Blue) = 65+89+75=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #41594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41594B is #BEA6B4. Grayscale: #505050. Windows color (decimal): -12494517 or 4938049. OLE color: 4938049.

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

Color convert

RGB658975-
CMYK0.2700.160.65
HSL145º15.58%30.2%-
HSV(B)145º26.97%34.9%-
XYZ7.028.787.98-
YUV80.23125.05117.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=28.38%
G=38.86%
B=32.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6589750.2700.160.6514515.5830.2
Hex41594B1B0104191101e
Octal101131113330201012212036
Binary100000110110011001011110110100001000001100100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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