Shades of Sherwood Green #154134
Tints of Sherwood Green #154134
RGB
CMYK
RGB Variations
Color information
#154134 (or 0x154134) is known color: Sherwood Green. HEX triplet: 15, 41 and 34. RGB value is (21,65,52). Sum of RGB (Red+Green+Blue) = 21+65+52=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #154134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154134 is #EABECB. Grayscale: #323232. Windows color (decimal): -15384268 or 3424533. OLE color: 3424533.
HSL color Cylindrical-coordinate representation of color #154134: hue angle of 162.27º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154134 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 65 | 52 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.75 |
| HSL | 162.27º | 0.51% | 0.17% | - |
| HSV(B) | 162.27º | 0.68% | 0.25% | - |
| XYZ | 2.82 | 4.19 | 3.91 | - |
| YUV | 50.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 52 | 0.68 | 0 | 0.20 | 0.75 | 162.27 | 0.51 | 0.17 |
| Hex | 15 | 41 | 34 | 44 | 0 | 14 | 4B | A2 | 33 | 11 |
| Octal | 25 | 101 | 64 | 104 | 0 | 24 | 113 | 242 | 63 | 21 |
| Binary | 10101 | 1000001 | 110100 | 1000100 | 0 | 10100 | 1001011 | 10100010 | 110011 | 10001 |
Color Harmonies of #154134
Complementary color
Monochromatic Colors of #154134
Black with #154134
Text Example
Text Example
White with #154134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154134; }
p { color: rgb(21,65,52); }
H1.HeaderClassName
{
color: #154134;
}
.AnyTagClassName
{
color: #154134;
}
</style>
background-color css
<style>
a { background-color: #154134; }
a { background-color: rgb(21,65,52); }
div.DivClassName
{
background-color: #154134;
}
.BgClassName
{
background-color: #154134;
}
</style>
border-color css
<style>
span { border-color: #154134; }
span { border-color: rgb(21,65,52); }
td.TdClassName
{
border-color: #154134;
}
.TagClassName
{
border-color: #154134;
}
</style>