Shades of Green Kelp #373B2A
Tints of Green Kelp #373B2A
RGB
CMYK
RGB Variations
Color information
#373B2A (or 0x373B2A) is known color: Green Kelp. HEX triplet: 37, 3B and 2A. RGB value is (55,59,42). Sum of RGB (Red+Green+Blue) = 55+59+42=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 59 - color contains mainly: green. Hex color #373B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B2A is #C8C4D5. Grayscale: #373737. Windows color (decimal): -13157590 or 2767671. OLE color: 2767671.
HSL color Cylindrical-coordinate representation of color #373B2A: hue angle of 74.12º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #373B2A is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 59 | 42 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.77 |
| HSL | 74.12º | 0.17% | 0.2% | - |
| HSV(B) | 74.12º | 0.29% | 0.23% | - |
| XYZ | 3.56 | 4.11 | 2.8 | - |
| YUV | 55.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 42 | 0.07 | 0 | 0.29 | 0.77 | 74.12 | 0.17 | 0.2 |
| Hex | 37 | 3B | 2A | 7 | 0 | 1D | 4D | 4A | 11 | 14 |
| Octal | 67 | 73 | 52 | 7 | 0 | 35 | 115 | 112 | 21 | 24 |
| Binary | 110111 | 111011 | 101010 | 111 | 0 | 11101 | 1001101 | 1001010 | 10001 | 10100 |
Color Harmonies of #373B2A
Complementary color
Monochromatic Colors of #373B2A
Black with #373B2A
Text Example
Text Example
White with #373B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B2A; }
p { color: rgb(55,59,42); }
H1.HeaderClassName
{
color: #373B2A;
}
.AnyTagClassName
{
color: #373B2A;
}
</style>
background-color css
<style>
a { background-color: #373B2A; }
a { background-color: rgb(55,59,42); }
div.DivClassName
{
background-color: #373B2A;
}
.BgClassName
{
background-color: #373B2A;
}
</style>
border-color css
<style>
span { border-color: #373B2A; }
span { border-color: rgb(55,59,42); }
td.TdClassName
{
border-color: #373B2A;
}
.TagClassName
{
border-color: #373B2A;
}
</style>