Shades of Grey-Asparagus #3E443E
Tints of Grey-Asparagus #3E443E
RGB
CMYK
RGB Variations
Color information
#3E443E (or 0x3E443E) is known color: Grey-Asparagus. HEX triplet: 3E, 44 and 3E. RGB value is (62,68,62). Sum of RGB (Red+Green+Blue) = 62+68+62=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 68 - color contains mainly: green. Hex color #3E443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E443E is #C1BBC1. Grayscale: #414141. Windows color (decimal): -12696514 or 4080702. OLE color: 4080702.
HSL color Cylindrical-coordinate representation of color #3E443E: hue angle of 120º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3E443E is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
RGB | 62 | 68 | 62 | - |
CMYK | 0.09 | 0 | 0.09 | 0.73 |
HSL | 120º | 0.05% | 0.25% | - |
HSV(B) | 120º | 0.09% | 0.27% | - |
XYZ | 4.92 | 5.51 | 5.36 | - |
YUV | 65.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 68 | 62 | 0.09 | 0 | 0.09 | 0.73 | 120 | 0.05 | 0.25 |
Hex | 3E | 44 | 3E | 9 | 0 | 9 | 49 | 78 | 5 | 19 |
Octal | 76 | 104 | 76 | 11 | 0 | 11 | 111 | 170 | 5 | 31 |
Binary | 111110 | 1000100 | 111110 | 1001 | 0 | 1001 | 1001001 | 1111000 | 101 | 11001 |
Color Harmonies of #3E443E
Complementary color
Monochromatic Colors of #3E443E
Black with #3E443E
Text Example
Text Example
White with #3E443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E443E; }
p { color: rgb(62,68,62); }
H1.HeaderClassName
{
color: #3E443E;
}
.AnyTagClassName
{
color: #3E443E;
}
</style>
background-color css
<style>
a { background-color: #3E443E; }
a { background-color: rgb(62,68,62); }
div.DivClassName
{
background-color: #3E443E;
}
.BgClassName
{
background-color: #3E443E;
}
</style>
border-color css
<style>
span { border-color: #3E443E; }
span { border-color: rgb(62,68,62); }
td.TdClassName
{
border-color: #3E443E;
}
.TagClassName
{
border-color: #3E443E;
}
</style>