Shades of Green Kelp #34362B
Tints of Green Kelp #34362B
RGB
CMYK
RGB Variations
Color information
#34362B (or 0x34362B) is known color: Green Kelp. HEX triplet: 34, 36 and 2B. RGB value is (52,54,43). Sum of RGB (Red+Green+Blue) = 52+54+43=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 54 - color contains mainly: green. Hex color #34362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34362B is #CBC9D4. Grayscale: #343434. Windows color (decimal): -13355477 or 2831924. OLE color: 2831924.
HSL color Cylindrical-coordinate representation of color #34362B: hue angle of 70.91º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #34362B is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 43 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.79 |
| HSL | 70.91º | 0.11% | 0.19% | - |
| HSV(B) | 70.91º | 0.2% | 0.21% | - |
| XYZ | 3.17 | 3.54 | 2.8 | - |
| YUV | 52.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 43 | 0.04 | 0 | 0.20 | 0.79 | 70.91 | 0.11 | 0.19 |
| Hex | 34 | 36 | 2B | 4 | 0 | 14 | 4F | 47 | B | 13 |
| Octal | 64 | 66 | 53 | 4 | 0 | 24 | 117 | 107 | 13 | 23 |
| Binary | 110100 | 110110 | 101011 | 100 | 0 | 10100 | 1001111 | 1000111 | 1011 | 10011 |
Color Harmonies of #34362B
Complementary color
Monochromatic Colors of #34362B
Black with #34362B
Text Example
Text Example
White with #34362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34362B; }
p { color: rgb(52,54,43); }
H1.HeaderClassName
{
color: #34362B;
}
.AnyTagClassName
{
color: #34362B;
}
</style>
background-color css
<style>
a { background-color: #34362B; }
a { background-color: rgb(52,54,43); }
div.DivClassName
{
background-color: #34362B;
}
.BgClassName
{
background-color: #34362B;
}
</style>
border-color css
<style>
span { border-color: #34362B; }
span { border-color: rgb(52,54,43); }
td.TdClassName
{
border-color: #34362B;
}
.TagClassName
{
border-color: #34362B;
}
</style>