#414A45

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

Shades of Plantation #414A45

Tints of Plantation #414A45

Color information

#414A45 (or 0x414A45) is unknown color: approx Plantation. HEX triplet: 41, 4A and 45. RGB value is (65,74,69). Sum of RGB (Red+Green+Blue) = 65+74+69=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 74 - color contains mainly: green. Hex color #414A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A45 is #BEB5BA. Grayscale: #464646. Windows color (decimal): -12498363 or 4540993. OLE color: 4540993.

HSL color Cylindrical-coordinate representation of color #414A45: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #414A45 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB657469-
CMYK0.1200.070.71
HSL146.67º6.47%27.25%-
HSV(B)146.67º12.16%29.02%-
XYZ5.76.456.57-
YUV70.74127.02123.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=31.25%
G=35.58%
B=33.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6574690.1200.070.71146.676.4727.25
Hex414A45C07479361b
Octal1011121051407107223633
Binary1000001100101010001011100011110001111001001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414A45; }

 p { color: rgb(65,74,69); }

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

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

 a { background-color: rgb(65,74,69); }

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

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

 span { border-color: rgb(65,74,69); }

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