#415E51

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

Shades of Plantation #415E51

Tints of Plantation #415E51

Color information

#415E51 (or 0x415E51) is unknown color: approx Plantation. HEX triplet: 41, 5E and 51. RGB value is (65,94,81). Sum of RGB (Red+Green+Blue) = 65+94+81=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 94 - color contains mainly: green. Hex color #415E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E51 is #BEA1AE. Grayscale: #535353. Windows color (decimal): -12493231 or 5332545. OLE color: 5332545.

HSL color Cylindrical-coordinate representation of color #415E51: hue angle of 153.1º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #415E51 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB659481-
CMYK0.3100.140.63
HSL153.1º18.24%31.18%-
HSV(B)153.1º30.85%36.86%-
XYZ7.679.729.26-
YUV83.85126.39114.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 94 (37.11% from 255) = 39.17%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=27.08%
G=39.17%
B=33.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6594810.3100.140.63153.118.2431.18
Hex415E511F0E3F99121f
Octal10113612137016772312237
Binary1000001101111010100011111101110111111100110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415E51; }

 p { color: rgb(65,94,81); }

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

<style>
 a { background-color: #415E51; }

 a { background-color: rgb(65,94,81); }

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

<style>
 span { border-color: #415E51; }

 span { border-color: rgb(65,94,81); }

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