#42554D

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

Shades of Plantation #42554D

Tints of Plantation #42554D

Color information

#42554D (or 0x42554D) is unknown color: approx Plantation. HEX triplet: 42, 55 and 4D. RGB value is (66,85,77). Sum of RGB (Red+Green+Blue) = 66+85+77=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #42554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42554D is #BDAAB2. Grayscale: #4E4E4E. Windows color (decimal): -12430003 or 5068098. OLE color: 5068098.

HSL color Cylindrical-coordinate representation of color #42554D: hue angle of 154.74º 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 #42554D is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB668577-
CMYK0.2200.090.67
HSL154.74º12.58%29.61%-
HSV(B)154.74º22.35%33.33%-
XYZ6.838.198.24-
YUV78.41127.21119.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=28.95%
G=37.28%
B=33.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685770.2200.090.67154.7412.5829.61
Hex42554D1609439bd1e
Octal102125115260111032331536
Binary1000010101010110011011011001001100001110011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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