#415749

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

Shades of Plantation #415749

Tints of Plantation #415749

Color information

#415749 (or 0x415749) is unknown color: approx Plantation. HEX triplet: 41, 57 and 49. RGB value is (65,87,73). Sum of RGB (Red+Green+Blue) = 65+87+73=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #415749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415749 is #BEA8B6. Grayscale: #4E4E4E. Windows color (decimal): -12495031 or 4806465. OLE color: 4806465.

HSL color Cylindrical-coordinate representation of color #415749: hue angle of 141.82º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #415749 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB658773-
CMYK0.2500.160.66
HSL141.82º14.47%29.8%-
HSV(B)141.82º25.29%34.12%-
XYZ6.798.427.57-
YUV78.83124.71118.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=28.89%
G=38.67%
B=32.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6587730.2500.160.66141.8214.4729.8
Hex41574919010428ee1e
Octal101127111310201022161636
Binary10000011010111100100111001010000100001010001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415749; }

 p { color: rgb(65,87,73); }

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

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

 a { background-color: rgb(65,87,73); }

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

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

 span { border-color: rgb(65,87,73); }

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