Shades of Sherwood Green #194533
Tints of Sherwood Green #194533
RGB
CMYK
RGB Variations
Color information
#194533 (or 0x194533) is known color: Sherwood Green. HEX triplet: 19, 45 and 33. RGB value is (25,69,51). Sum of RGB (Red+Green+Blue) = 25+69+51=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #194533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194533 is #E6BACC. Grayscale: #353535. Windows color (decimal): -15121101 or 3360025. OLE color: 3360025.
HSL color Cylindrical-coordinate representation of color #194533: hue angle of 155.45º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #194533 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 69 | 51 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.73 |
| HSL | 155.45º | 0.47% | 0.18% | - |
| HSV(B) | 155.45º | 0.64% | 0.27% | - |
| XYZ | 3.13 | 4.7 | 3.87 | - |
| YUV | 53.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 51 | 0.64 | 0 | 0.26 | 0.73 | 155.45 | 0.47 | 0.18 |
| Hex | 19 | 45 | 33 | 40 | 0 | 1A | 49 | 9B | 2F | 12 |
| Octal | 31 | 105 | 63 | 100 | 0 | 32 | 111 | 233 | 57 | 22 |
| Binary | 11001 | 1000101 | 110011 | 1000000 | 0 | 11010 | 1001001 | 10011011 | 101111 | 10010 |
Color Harmonies of #194533
Complementary color
Monochromatic Colors of #194533
Black with #194533
Text Example
Text Example
White with #194533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194533; }
p { color: rgb(25,69,51); }
H1.HeaderClassName
{
color: #194533;
}
.AnyTagClassName
{
color: #194533;
}
</style>
background-color css
<style>
a { background-color: #194533; }
a { background-color: rgb(25,69,51); }
div.DivClassName
{
background-color: #194533;
}
.BgClassName
{
background-color: #194533;
}
</style>
border-color css
<style>
span { border-color: #194533; }
span { border-color: rgb(25,69,51); }
td.TdClassName
{
border-color: #194533;
}
.TagClassName
{
border-color: #194533;
}
</style>