#415C50

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

Shades of Plantation #415C50

Tints of Plantation #415C50

Color information

#415C50 (or 0x415C50) is unknown color: approx Plantation. HEX triplet: 41, 5C and 50. RGB value is (65,92,80). Sum of RGB (Red+Green+Blue) = 65+92+80=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #415C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C50 is #BEA3AF. Grayscale: #525252. Windows color (decimal): -12493744 or 5266497. OLE color: 5266497.

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

Color convert

RGB659280-
CMYK0.2900.130.64
HSL153.33º17.2%30.78%-
HSV(B)153.33º29.35%36.08%-
XYZ7.469.369-
YUV82.56126.55115.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=27.43%
G=38.82%
B=33.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6592800.2900.130.64153.3317.230.78
Hex415C501D0D4099111f
Octal101134120350151002312137
Binary10000011011100101000011101011011000000100110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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