#42594E

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

Shades of Plantation #42594E

Tints of Plantation #42594E

Color information

#42594E (or 0x42594E) is unknown color: approx Plantation. HEX triplet: 42, 59 and 4E. RGB value is (66,89,78). Sum of RGB (Red+Green+Blue) = 66+89+78=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #42594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42594E is #BDA6B1. Grayscale: #505050. Windows color (decimal): -12428978 or 5134658. OLE color: 5134658.

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

Color convert

RGB668978-
CMYK0.2600.120.65
HSL151.3º14.84%30.39%-
HSV(B)151.3º25.84%34.9%-
XYZ7.198.858.54-
YUV80.87126.38117.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=28.33%
G=38.20%
B=33.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689780.2600.120.65151.314.8430.39
Hex42594E1A0C4197f1e
Octal102131116320141012271736
Binary1000010101100110011101101001100100000110010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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