#41574D

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

Shades of Plantation #41574D

Tints of Plantation #41574D

Color information

#41574D (or 0x41574D) is unknown color: approx Plantation. HEX triplet: 41, 57 and 4D. RGB value is (65,87,77). Sum of RGB (Red+Green+Blue) = 65+87+77=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #41574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41574D is #BEA8B2. Grayscale: #4F4F4F. Windows color (decimal): -12495027 or 5068609. OLE color: 5068609.

HSL color Cylindrical-coordinate representation of color #41574D: hue angle of 152.73º 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 #41574D is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB658777-
CMYK0.2500.110.66
HSL152.73º14.47%29.8%-
HSV(B)152.73º25.29%34.12%-
XYZ6.938.488.29-
YUV79.28126.71117.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=28.38%
G=37.99%
B=33.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6587770.2500.110.66152.7314.4729.8
Hex41574D190B4299e1e
Octal101127115310131022311636
Binary1000001101011110011011100101011100001010011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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