#415B50

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

Shades of Plantation #415B50

Tints of Plantation #415B50

Color information

#415B50 (or 0x415B50) is unknown color: approx Plantation. HEX triplet: 41, 5B and 50. RGB value is (65,91,80). Sum of RGB (Red+Green+Blue) = 65+91+80=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 91 - color contains mainly: green. Hex color #415B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B50 is #BEA4AF. Grayscale: #515151. Windows color (decimal): -12494000 or 5266241. OLE color: 5266241.

HSL color Cylindrical-coordinate representation of color #415B50: hue angle of 154.62º 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 #415B50 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB659180-
CMYK0.2900.120.64
HSL154.62º16.67%30.59%-
HSV(B)154.62º28.57%35.69%-
XYZ7.379.198.97-
YUV81.97126.89115.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.54%
GREEN value IS 91 (35.94% from 255) = 38.56%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=27.54%
G=38.56%
B=33.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6591800.2900.120.64154.6216.6730.59
Hex415B501D0C409b111f
Octal101133120350141002332137
Binary10000011011011101000011101011001000000100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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