#42584E

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

Shades of Plantation #42584E

Tints of Plantation #42584E

Color information

#42584E (or 0x42584E) is unknown color: approx Plantation. HEX triplet: 42, 58 and 4E. RGB value is (66,88,78). Sum of RGB (Red+Green+Blue) = 66+88+78=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #42584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42584E is #BDA7B1. Grayscale: #505050. Windows color (decimal): -12429234 or 5134402. OLE color: 5134402.

HSL color Cylindrical-coordinate representation of color #42584E: hue angle of 152.73º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #42584E is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB668878-
CMYK0.2500.110.65
HSL152.73º14.29%30.2%-
HSV(B)152.73º25%34.51%-
XYZ7.118.698.51-
YUV80.28126.71117.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=28.45%
G=37.93%
B=33.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688780.2500.110.65152.7314.2930.2
Hex42584E190B4199e1e
Octal102130116310131012311636
Binary1000010101100010011101100101011100000110011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42584E; }

 p { color: rgb(66,88,78); }

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

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

 a { background-color: rgb(66,88,78); }

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

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

 span { border-color: rgb(66,88,78); }

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