#42534A

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

Shades of Plantation #42534A

Tints of Plantation #42534A

Color information

#42534A (or 0x42534A) is unknown color: approx Plantation. HEX triplet: 42, 53 and 4A. RGB value is (66,83,74). Sum of RGB (Red+Green+Blue) = 66+83+74=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #42534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42534A is #BDACB5. Grayscale: #4C4C4C. Windows color (decimal): -12430518 or 4870978. OLE color: 4870978.

HSL color Cylindrical-coordinate representation of color #42534A: hue angle of 148.24º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #42534A is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB668374-
CMYK0.2000.110.67
HSL148.24º11.41%29.22%-
HSV(B)148.24º20.48%32.55%-
XYZ6.587.847.65-
YUV76.89126.37120.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=29.60%
G=37.22%
B=33.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683740.2000.110.67148.2411.4129.22
Hex42534A140B4394b1d
Octal102123112240131032241335
Binary1000010101001110010101010001011100001110010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42534A; }

 p { color: rgb(66,83,74); }

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

<style>
 a { background-color: #42534A; }

 a { background-color: rgb(66,83,74); }

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

<style>
 span { border-color: #42534A; }

 span { border-color: rgb(66,83,74); }

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