#41604F

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

Shades of Plantation #41604F

Tints of Plantation #41604F

Color information

#41604F (or 0x41604F) is unknown color: approx Plantation. HEX triplet: 41, 60 and 4F. RGB value is (65,96,79). Sum of RGB (Red+Green+Blue) = 65+96+79=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #41604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41604F is #BE9FB0. Grayscale: #545454. Windows color (decimal): -12492721 or 5201985. OLE color: 5201985.

HSL color Cylindrical-coordinate representation of color #41604F: hue angle of 147.1º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41604F is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB659679-
CMYK0.3200.180.62
HSL147.1º19.25%31.57%-
HSV(B)147.1º32.29%37.65%-
XYZ7.7710.058.93-
YUV84.79124.73113.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=27.08%
G=40%
B=32.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596790.3200.180.62147.119.2531.57
Hex41604F200123E931320
Octal10114011740022762232340
Binary1000001110000010011111000000100101111101001001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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