Shades of Grey-Asparagus #42533E
Tints of Grey-Asparagus #42533E
RGB
CMYK
RGB Variations
Color information
#42533E (or 0x42533E) is known color: Grey-Asparagus. HEX triplet: 42, 53 and 3E. RGB value is (66,83,62). Sum of RGB (Red+Green+Blue) = 66+83+62=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #42533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42533E is #BDACC1. Grayscale: #4B4B4B. Windows color (decimal): -12430530 or 4084546. OLE color: 4084546.
HSL color Cylindrical-coordinate representation of color #42533E: hue angle of 108.57º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #42533E is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 83 | 62 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.67 |
| HSL | 108.57º | 0.14% | 0.28% | - |
| HSV(B) | 108.57º | 0.25% | 0.33% | - |
| XYZ | 6.21 | 7.69 | 5.71 | - |
| YUV | 75.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 62 | 0.20 | 0 | 0.25 | 0.67 | 108.57 | 0.14 | 0.28 |
| Hex | 42 | 53 | 3E | 14 | 0 | 19 | 43 | 6D | E | 1C |
| Octal | 102 | 123 | 76 | 24 | 0 | 31 | 103 | 155 | 16 | 34 |
| Binary | 1000010 | 1010011 | 111110 | 10100 | 0 | 11001 | 1000011 | 1101101 | 1110 | 11100 |
Color Harmonies of #42533E
Complementary color
Monochromatic Colors of #42533E
Black with #42533E
Text Example
Text Example
White with #42533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42533E; }
p { color: rgb(66,83,62); }
H1.HeaderClassName
{
color: #42533E;
}
.AnyTagClassName
{
color: #42533E;
}
</style>
background-color css
<style>
a { background-color: #42533E; }
a { background-color: rgb(66,83,62); }
div.DivClassName
{
background-color: #42533E;
}
.BgClassName
{
background-color: #42533E;
}
</style>
border-color css
<style>
span { border-color: #42533E; }
span { border-color: rgb(66,83,62); }
td.TdClassName
{
border-color: #42533E;
}
.TagClassName
{
border-color: #42533E;
}
</style>