#415C51

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

Shades of Plantation #415C51

Tints of Plantation #415C51

Color information

#415C51 (or 0x415C51) is unknown color: approx Plantation. HEX triplet: 41, 5C and 51. RGB value is (65,92,81). Sum of RGB (Red+Green+Blue) = 65+92+81=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 92 - color contains mainly: green. Hex color #415C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C51 is #BEA3AE. Grayscale: #525252. Windows color (decimal): -12493743 or 5332033. OLE color: 5332033.

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

Color convert

RGB659281-
CMYK0.2900.120.64
HSL155.56º17.2%30.78%-
HSV(B)155.56º29.35%36.08%-
XYZ7.499.379.2-
YUV82.67127.05115.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.31%
GREEN value IS 92 (36.33% from 255) = 38.66%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=27.31%
G=38.66%
B=34.03%

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
Decimal6592810.2900.120.64155.5617.230.78
Hex415C511D0C409c111f
Octal101134121350141002342137
Binary10000011011100101000111101011001000000100111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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