#424F49

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

Shades of Plantation #424F49

Tints of Plantation #424F49

Color information

#424F49 (or 0x424F49) is unknown color: approx Plantation. HEX triplet: 42, 4F and 49. RGB value is (66,79,73). Sum of RGB (Red+Green+Blue) = 66+79+73=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #424F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F49 is #BDB0B6. Grayscale: #4A4A4A. Windows color (decimal): -12431543 or 4804418. OLE color: 4804418.

HSL color Cylindrical-coordinate representation of color #424F49: hue angle of 152.31º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #424F49 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB667973-
CMYK0.1600.080.69
HSL152.31º8.97%28.43%-
HSV(B)152.31º16.46%30.98%-
XYZ6.257.237.37-
YUV74.43127.19121.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=30.28%
G=36.24%
B=33.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679730.1600.080.69152.318.9728.43
Hex424F491008459891c
Octal102117111200101052301134
Binary1000010100111110010011000001000100010110011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424F49; }

 p { color: rgb(66,79,73); }

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

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

 a { background-color: rgb(66,79,73); }

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

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

 span { border-color: rgb(66,79,73); }

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