#42574F

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

Shades of Plantation #42574F

Tints of Plantation #42574F

Color information

#42574F (or 0x42574F) is unknown color: approx Plantation. HEX triplet: 42, 57 and 4F. RGB value is (66,87,79). Sum of RGB (Red+Green+Blue) = 66+87+79=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 87 - color contains mainly: green. Hex color #42574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42574F is #BDA8B0. Grayscale: #4F4F4F. Windows color (decimal): -12429489 or 5199682. OLE color: 5199682.

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

Color convert

RGB668779-
CMYK0.2400.090.66
HSL157.14º13.73%30%-
HSV(B)157.14º24.14%34.12%-
XYZ7.078.548.67-
YUV79.81127.54118.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=28.45%
G=37.5%
B=34.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6687790.2400.090.66157.1413.7330
Hex42574F1809429de1e
Octal102127117300111022351636
Binary1000010101011110011111100001001100001010011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42574F; }

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

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

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

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

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

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

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

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