#42534C

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

Shades of Plantation #42534C

Tints of Plantation #42534C

Color information

#42534C (or 0x42534C) is unknown color: approx Plantation. HEX triplet: 42, 53 and 4C. RGB value is (66,83,76). Sum of RGB (Red+Green+Blue) = 66+83+76=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #42534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42534C is #BDACB3. Grayscale: #4D4D4D. Windows color (decimal): -12430516 or 5002050. OLE color: 5002050.

HSL color Cylindrical-coordinate representation of color #42534C: hue angle of 155.29º 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 #42534C is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB668376-
CMYK0.2000.080.67
HSL155.29º11.41%29.22%-
HSV(B)155.29º20.48%32.55%-
XYZ6.647.878.01-
YUV77.12127.37120.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=29.33%
G=36.89%
B=33.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683760.2000.080.67155.2911.4129.22
Hex42534C1408439bb1d
Octal102123114240101032331335
Binary1000010101001110011001010001000100001110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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