#41614E

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

Shades of Plantation #41614E

Tints of Plantation #41614E

Color information

#41614E (or 0x41614E) is unknown color: approx Plantation. HEX triplet: 41, 61 and 4E. RGB value is (65,97,78). Sum of RGB (Red+Green+Blue) = 65+97+78=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #41614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41614E is #BE9EB1. Grayscale: #555555. Windows color (decimal): -12492466 or 5136705. OLE color: 5136705.

HSL color Cylindrical-coordinate representation of color #41614E: hue angle of 144.38º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #41614E is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB659778-
CMYK0.3300.200.62
HSL144.38º19.75%31.76%-
HSV(B)144.38º32.99%38.04%-
XYZ7.8310.228.77-
YUV85.27123.9113.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 97 (38.28% from 255) = 40.42%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=27.08%
G=40.42%
B=32.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597780.3300.200.62144.3819.7531.76
Hex41614E210143E901420
Octal10114111641024762202440
Binary1000001110000110011101000010101001111101001000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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