#42584F

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

Shades of Plantation #42584F

Tints of Plantation #42584F

Color information

#42584F (or 0x42584F) is unknown color: approx Plantation. HEX triplet: 42, 58 and 4F. RGB value is (66,88,79). Sum of RGB (Red+Green+Blue) = 66+88+79=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #42584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42584F is #BDA7B0. Grayscale: #505050. Windows color (decimal): -12429233 or 5199938. OLE color: 5199938.

HSL color Cylindrical-coordinate representation of color #42584F: hue angle of 155.45º 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 #42584F is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB668879-
CMYK0.2500.100.65
HSL155.45º14.29%30.2%-
HSV(B)155.45º25%34.51%-
XYZ7.158.78.7-
YUV80.4127.21117.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=28.33%
G=37.77%
B=33.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688790.2500.100.65155.4514.2930.2
Hex42584F190A419be1e
Octal102130117310121012331636
Binary1000010101100010011111100101010100000110011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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