#415047

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

Shades of Plantation #415047

Tints of Plantation #415047

Color information

#415047 (or 0x415047) is unknown color: approx Plantation. HEX triplet: 41, 50 and 47. RGB value is (65,80,71). Sum of RGB (Red+Green+Blue) = 65+80+71=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 80 - color contains mainly: green. Hex color #415047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415047 is #BEAFB8. Grayscale: #4A4A4A. Windows color (decimal): -12496825 or 4673601. OLE color: 4673601.

HSL color Cylindrical-coordinate representation of color #415047: hue angle of 144º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #415047 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB658071-
CMYK0.1900.110.69
HSL144º10.34%28.43%-
HSV(B)144º18.75%31.37%-
XYZ6.197.327.05-
YUV74.49126.03121.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=30.09%
G=37.04%
B=32.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580710.1900.110.6914410.3428.43
Hex415047130B4590a1c
Octal101120107230131052201234
Binary1000001101000010001111001101011100010110010000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415047; }

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

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

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

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

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

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

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

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