#415F4E

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

Shades of Plantation #415F4E

Tints of Plantation #415F4E

Color information

#415F4E (or 0x415F4E) is unknown color: approx Plantation. HEX triplet: 41, 5F and 4E. RGB value is (65,95,78). Sum of RGB (Red+Green+Blue) = 65+95+78=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #415F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F4E is #BEA0B1. Grayscale: #545454. Windows color (decimal): -12492978 or 5136193. OLE color: 5136193.

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

Color convert

RGB659578-
CMYK0.3200.180.63
HSL146º18.75%31.37%-
HSV(B)146º31.58%37.25%-
XYZ7.659.868.71-
YUV84.09124.56114.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.31%
GREEN value IS 95 (37.5% from 255) = 39.92%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=27.31%
G=39.92%
B=32.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6595780.3200.180.6314618.7531.37
Hex415F4E200123F92131f
Octal10113711640022772222337
Binary100000110111111001110100000010010111111100100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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