Shades of Green Kelp #343824
Tints of Green Kelp #343824
RGB
CMYK
RGB Variations
Color information
#343824 (or 0x343824) is known color: Green Kelp. HEX triplet: 34, 38 and 24. RGB value is (52,56,36). Sum of RGB (Red+Green+Blue) = 52+56+36=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 56 - color contains mainly: green. Hex color #343824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343824 is #CBC7DB. Grayscale: #343434. Windows color (decimal): -13354972 or 2373684. OLE color: 2373684.
HSL color Cylindrical-coordinate representation of color #343824: hue angle of 72º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #343824 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 56 | 36 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.78 |
| HSL | 72º | 0.22% | 0.18% | - |
| HSV(B) | 72º | 0.36% | 0.22% | - |
| XYZ | 3.15 | 3.69 | 2.21 | - |
| YUV | 52.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 36 | 0.07 | 0 | 0.36 | 0.78 | 72 | 0.22 | 0.18 |
| Hex | 34 | 38 | 24 | 7 | 0 | 24 | 4E | 48 | 16 | 12 |
| Octal | 64 | 70 | 44 | 7 | 0 | 44 | 116 | 110 | 26 | 22 |
| Binary | 110100 | 111000 | 100100 | 111 | 0 | 100100 | 1001110 | 1001000 | 10110 | 10010 |
Color Harmonies of #343824
Complementary color
Monochromatic Colors of #343824
Black with #343824
Text Example
Text Example
White with #343824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343824; }
p { color: rgb(52,56,36); }
H1.HeaderClassName
{
color: #343824;
}
.AnyTagClassName
{
color: #343824;
}
</style>
background-color css
<style>
a { background-color: #343824; }
a { background-color: rgb(52,56,36); }
div.DivClassName
{
background-color: #343824;
}
.BgClassName
{
background-color: #343824;
}
</style>
border-color css
<style>
span { border-color: #343824; }
span { border-color: rgb(52,56,36); }
td.TdClassName
{
border-color: #343824;
}
.TagClassName
{
border-color: #343824;
}
</style>