#42594C

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

Shades of Plantation #42594C

Tints of Plantation #42594C

Color information

#42594C (or 0x42594C) is unknown color: approx Plantation. HEX triplet: 42, 59 and 4C. RGB value is (66,89,76). Sum of RGB (Red+Green+Blue) = 66+89+76=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #42594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42594C is #BDA6B3. Grayscale: #505050. Windows color (decimal): -12428980 or 5003586. OLE color: 5003586.

HSL color Cylindrical-coordinate representation of color #42594C: hue angle of 146.09º 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 #42594C is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB668976-
CMYK0.2600.150.65
HSL146.09º14.84%30.39%-
HSV(B)146.09º25.84%34.9%-
XYZ7.128.828.17-
YUV80.64125.38117.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=28.57%
G=38.53%
B=32.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689760.2600.150.65146.0914.8430.39
Hex42594C1A0F4192f1e
Octal102131114320171012221736
Binary1000010101100110011001101001111100000110010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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