#42584D

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

Shades of Plantation #42584D

Tints of Plantation #42584D

Color information

#42584D (or 0x42584D) is unknown color: approx Plantation. HEX triplet: 42, 58 and 4D. RGB value is (66,88,77). Sum of RGB (Red+Green+Blue) = 66+88+77=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #42584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42584D is #BDA7B2. Grayscale: #505050. Windows color (decimal): -12429235 or 5068866. OLE color: 5068866.

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

Color convert

RGB668877-
CMYK0.2500.120.65
HSL150º14.29%30.2%-
HSV(B)150º25%34.51%-
XYZ7.088.678.32-
YUV80.17126.21117.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=28.57%
G=38.10%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688770.2500.120.6515014.2930.2
Hex42584D190C4196e1e
Octal102130115310141012261636
Binary1000010101100010011011100101100100000110010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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