Shades of Green Kelp #343925
Tints of Green Kelp #343925
RGB
CMYK
RGB Variations
Color information
#343925 (or 0x343925) is known color: Green Kelp. HEX triplet: 34, 39 and 25. RGB value is (52,57,37). Sum of RGB (Red+Green+Blue) = 52+57+37=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #343925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343925 is #CBC6DA. Grayscale: #353535. Windows color (decimal): -13354715 or 2439476. OLE color: 2439476.
HSL color Cylindrical-coordinate representation of color #343925: hue angle of 75º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #343925 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 57 | 37 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.78 |
| HSL | 75º | 0.21% | 0.18% | - |
| HSV(B) | 75º | 0.35% | 0.22% | - |
| XYZ | 3.21 | 3.79 | 2.31 | - |
| YUV | 53.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 37 | 0.09 | 0 | 0.35 | 0.78 | 75 | 0.21 | 0.18 |
| Hex | 34 | 39 | 25 | 9 | 0 | 23 | 4E | 4B | 15 | 12 |
| Octal | 64 | 71 | 45 | 11 | 0 | 43 | 116 | 113 | 25 | 22 |
| Binary | 110100 | 111001 | 100101 | 1001 | 0 | 100011 | 1001110 | 1001011 | 10101 | 10010 |
Color Harmonies of #343925
Complementary color
Monochromatic Colors of #343925
Black with #343925
Text Example
Text Example
White with #343925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343925; }
p { color: rgb(52,57,37); }
H1.HeaderClassName
{
color: #343925;
}
.AnyTagClassName
{
color: #343925;
}
</style>
background-color css
<style>
a { background-color: #343925; }
a { background-color: rgb(52,57,37); }
div.DivClassName
{
background-color: #343925;
}
.BgClassName
{
background-color: #343925;
}
</style>
border-color css
<style>
span { border-color: #343925; }
span { border-color: rgb(52,57,37); }
td.TdClassName
{
border-color: #343925;
}
.TagClassName
{
border-color: #343925;
}
</style>