Shades of Grey-Asparagus #434B42
Tints of Grey-Asparagus #434B42
RGB
CMYK
RGB Variations
Color information
#434B42 (or 0x434B42) is known color: Grey-Asparagus. HEX triplet: 43, 4B and 42. RGB value is (67,75,66). Sum of RGB (Red+Green+Blue) = 67+75+66=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 75 - color contains mainly: green. Hex color #434B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B42 is #BCB4BD. Grayscale: #474747. Windows color (decimal): -12367038 or 4344643. OLE color: 4344643.
HSL color Cylindrical-coordinate representation of color #434B42: hue angle of 113.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #434B42 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 66 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.71 |
| HSL | 113.33º | 0.06% | 0.28% | - |
| HSV(B) | 113.33º | 0.12% | 0.29% | - |
| XYZ | 5.81 | 6.62 | 6.13 | - |
| YUV | 71.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 66 | 0.11 | 0 | 0.12 | 0.71 | 113.33 | 0.06 | 0.28 |
| Hex | 43 | 4B | 42 | B | 0 | C | 47 | 71 | 6 | 1C |
| Octal | 103 | 113 | 102 | 13 | 0 | 14 | 107 | 161 | 6 | 34 |
| Binary | 1000011 | 1001011 | 1000010 | 1011 | 0 | 1100 | 1000111 | 1110001 | 110 | 11100 |
Color Harmonies of #434B42
Complementary color
Monochromatic Colors of #434B42
Black with #434B42
Text Example
Text Example
White with #434B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B42; }
p { color: rgb(67,75,66); }
H1.HeaderClassName
{
color: #434B42;
}
.AnyTagClassName
{
color: #434B42;
}
</style>
background-color css
<style>
a { background-color: #434B42; }
a { background-color: rgb(67,75,66); }
div.DivClassName
{
background-color: #434B42;
}
.BgClassName
{
background-color: #434B42;
}
</style>
border-color css
<style>
span { border-color: #434B42; }
span { border-color: rgb(67,75,66); }
td.TdClassName
{
border-color: #434B42;
}
.TagClassName
{
border-color: #434B42;
}
</style>