#41574E

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

Shades of Plantation #41574E

Tints of Plantation #41574E

Color information

#41574E (or 0x41574E) is unknown color: approx Plantation. HEX triplet: 41, 57 and 4E. RGB value is (65,87,78). Sum of RGB (Red+Green+Blue) = 65+87+78=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 87 - color contains mainly: green. Hex color #41574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41574E is #BEA8B1. Grayscale: #4F4F4F. Windows color (decimal): -12495026 or 5134145. OLE color: 5134145.

HSL color Cylindrical-coordinate representation of color #41574E: hue angle of 155.45º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #41574E is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB658778-
CMYK0.2500.100.66
HSL155.45º14.47%29.8%-
HSV(B)155.45º25.29%34.12%-
XYZ6.968.498.48-
YUV79.4127.21117.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 87 (34.38% from 255) = 37.83%
BLUE value IS 78 (30.86% from 255) = 33.91%
R=28.26%
G=37.83%
B=33.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6587780.2500.100.66155.4514.4729.8
Hex41574E190A429be1e
Octal101127116310121022331636
Binary1000001101011110011101100101010100001010011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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