#415B4E

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

Shades of Plantation #415B4E

Tints of Plantation #415B4E

Color information

#415B4E (or 0x415B4E) is unknown color: approx Plantation. HEX triplet: 41, 5B and 4E. RGB value is (65,91,78). Sum of RGB (Red+Green+Blue) = 65+91+78=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #415B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B4E is #BEA4B1. Grayscale: #515151. Windows color (decimal): -12494002 or 5135169. OLE color: 5135169.

HSL color Cylindrical-coordinate representation of color #415B4E: hue angle of 150º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415B4E is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB659178-
CMYK0.2900.140.64
HSL150º16.67%30.59%-
HSV(B)150º28.57%35.69%-
XYZ7.39.168.59-
YUV81.74125.89116.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=27.78%
G=38.89%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6591780.2900.140.6415016.6730.59
Hex415B4E1D0E4096111f
Octal101133116350161002262137
Binary10000011011011100111011101011101000000100101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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