#414D46

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

Shades of Plantation #414D46

Tints of Plantation #414D46

Color information

#414D46 (or 0x414D46) is unknown color: approx Plantation. HEX triplet: 41, 4D and 46. RGB value is (65,77,70). Sum of RGB (Red+Green+Blue) = 65+77+70=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 77 - color contains mainly: green. Hex color #414D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D46 is #BEB2B9. Grayscale: #484848. Windows color (decimal): -12497594 or 4607297. OLE color: 4607297.

HSL color Cylindrical-coordinate representation of color #414D46: hue angle of 145º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #414D46 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB657770-
CMYK0.1600.090.70
HSL145º8.45%27.84%-
HSV(B)145º15.58%30.2%-
XYZ5.946.876.81-
YUV72.61126.52122.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 77 (30.47% from 255) = 36.32%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=30.66%
G=36.32%
B=33.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577700.1600.090.701458.4527.84
Hex414D461009469181c
Octal101115106200111062211034
Binary1000001100110110001101000001001100011010010001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414D46; }

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

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

<style>
 a { background-color: #414D46; }

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

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

<style>
 span { border-color: #414D46; }

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

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