Shades of Green Kelp #3B4325
Tints of Green Kelp #3B4325
RGB
CMYK
RGB Variations
Color information
#3B4325 (or 0x3B4325) is known color: Green Kelp. HEX triplet: 3B, 43 and 25. RGB value is (59,67,37). Sum of RGB (Red+Green+Blue) = 59+67+37=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4325 is #C4BCDA. Grayscale: #3D3D3D. Windows color (decimal): -12893403 or 2442043. OLE color: 2442043.
HSL color Cylindrical-coordinate representation of color #3B4325: hue angle of 76º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B4325 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 67 | 37 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.74 |
| HSL | 76º | 0.29% | 0.2% | - |
| HSV(B) | 76º | 0.45% | 0.26% | - |
| XYZ | 4.14 | 5.08 | 2.51 | - |
| YUV | 61.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 37 | 0.12 | 0 | 0.45 | 0.74 | 76 | 0.29 | 0.2 |
| Hex | 3B | 43 | 25 | C | 0 | 2D | 4A | 4C | 1D | 14 |
| Octal | 73 | 103 | 45 | 14 | 0 | 55 | 112 | 114 | 35 | 24 |
| Binary | 111011 | 1000011 | 100101 | 1100 | 0 | 101101 | 1001010 | 1001100 | 11101 | 10100 |
Color Harmonies of #3B4325
Complementary color
Monochromatic Colors of #3B4325
Black with #3B4325
Text Example
Text Example
White with #3B4325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4325; }
p { color: rgb(59,67,37); }
H1.HeaderClassName
{
color: #3B4325;
}
.AnyTagClassName
{
color: #3B4325;
}
</style>
background-color css
<style>
a { background-color: #3B4325; }
a { background-color: rgb(59,67,37); }
div.DivClassName
{
background-color: #3B4325;
}
.BgClassName
{
background-color: #3B4325;
}
</style>
border-color css
<style>
span { border-color: #3B4325; }
span { border-color: rgb(59,67,37); }
td.TdClassName
{
border-color: #3B4325;
}
.TagClassName
{
border-color: #3B4325;
}
</style>