#42594D

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

Shades of Plantation #42594D

Tints of Plantation #42594D

Color information

#42594D (or 0x42594D) is unknown color: approx Plantation. HEX triplet: 42, 59 and 4D. RGB value is (66,89,77). Sum of RGB (Red+Green+Blue) = 66+89+77=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #42594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42594D is #BDA6B2. Grayscale: #505050. Windows color (decimal): -12428979 or 5069122. OLE color: 5069122.

HSL color Cylindrical-coordinate representation of color #42594D: hue angle of 148.7º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #42594D is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB668977-
CMYK0.2600.130.65
HSL148.7º14.84%30.39%-
HSV(B)148.7º25.84%34.9%-
XYZ7.168.848.35-
YUV80.76125.88117.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=28.45%
G=38.36%
B=33.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689770.2600.130.65148.714.8430.39
Hex42594D1A0D4195f1e
Octal102131115320151012251736
Binary1000010101100110011011101001101100000110010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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