#42594B

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

Shades of Plantation #42594B

Tints of Plantation #42594B

Color information

#42594B (or 0x42594B) is unknown color: approx Plantation. HEX triplet: 42, 59 and 4B. RGB value is (66,89,75). Sum of RGB (Red+Green+Blue) = 66+89+75=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #42594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42594B is #BDA6B4. Grayscale: #505050. Windows color (decimal): -12428981 or 4938050. OLE color: 4938050.

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

Color convert

RGB668975-
CMYK0.2600.160.65
HSL143.48º14.84%30.39%-
HSV(B)143.48º25.84%34.9%-
XYZ7.098.817.98-
YUV80.53124.88117.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=28.70%
G=38.70%
B=32.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689750.2600.160.65143.4814.8430.39
Hex42594B1A010418ff1e
Octal102131113320201012171736
Binary10000101011001100101111010010000100000110001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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