#415249

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

Shades of Plantation #415249

Tints of Plantation #415249

Color information

#415249 (or 0x415249) is unknown color: approx Plantation. HEX triplet: 41, 52 and 49. RGB value is (65,82,73). Sum of RGB (Red+Green+Blue) = 65+82+73=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #415249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415249 is #BEADB6. Grayscale: #4B4B4B. Windows color (decimal): -12496311 or 4805185. OLE color: 4805185.

HSL color Cylindrical-coordinate representation of color #415249: hue angle of 148.24º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #415249 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB658273-
CMYK0.2100.110.68
HSL148.24º11.56%28.82%-
HSV(B)148.24º20.73%32.16%-
XYZ6.47.647.44-
YUV75.89126.37120.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 73 (28.91% from 255) = 33.18%
R=29.55%
G=37.27%
B=33.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6582730.2100.110.68148.2411.5628.82
Hex415249150B4494c1d
Octal101122111250131042241435
Binary1000001101001010010011010101011100010010010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415249; }

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

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

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

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

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

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

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

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