#42554C

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

Shades of Plantation #42554C

Tints of Plantation #42554C

Color information

#42554C (or 0x42554C) is unknown color: approx Plantation. HEX triplet: 42, 55 and 4C. RGB value is (66,85,76). Sum of RGB (Red+Green+Blue) = 66+85+76=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #42554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42554C is #BDAAB3. Grayscale: #4E4E4E. Windows color (decimal): -12430004 or 5002562. OLE color: 5002562.

HSL color Cylindrical-coordinate representation of color #42554C: hue angle of 151.58º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #42554C is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB668576-
CMYK0.2200.110.67
HSL151.58º12.58%29.61%-
HSV(B)151.58º22.35%33.33%-
XYZ6.88.188.06-
YUV78.29126.71119.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=29.07%
G=37.44%
B=33.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685760.2200.110.67151.5812.5829.61
Hex42554C160B4398d1e
Octal102125114260131032301536
Binary1000010101010110011001011001011100001110011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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