Shades of County Green #15533C
Tints of County Green #15533C
RGB
CMYK
RGB Variations
Color information
#15533C (or 0x15533C) is known color: County Green. HEX triplet: 15, 53 and 3C. RGB value is (21,83,60). Sum of RGB (Red+Green+Blue) = 21+83+60=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #15533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15533C is #EAACC3. Grayscale: #3D3D3D. Windows color (decimal): -15379652 or 3953429. OLE color: 3953429.
HSL color Cylindrical-coordinate representation of color #15533C: hue angle of 157.74º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15533C is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 60 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.67 |
| HSL | 157.74º | 0.6% | 0.2% | - |
| HSV(B) | 157.74º | 0.75% | 0.33% | - |
| XYZ | 4.22 | 6.67 | 5.34 | - |
| YUV | 61.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 60 | 0.75 | 0 | 0.28 | 0.67 | 157.74 | 0.6 | 0.2 |
| Hex | 15 | 53 | 3C | 4B | 0 | 1C | 43 | 9E | 3C | 14 |
| Octal | 25 | 123 | 74 | 113 | 0 | 34 | 103 | 236 | 74 | 24 |
| Binary | 10101 | 1010011 | 111100 | 1001011 | 0 | 11100 | 1000011 | 10011110 | 111100 | 10100 |
Color Harmonies of #15533C
Complementary color
Monochromatic Colors of #15533C
Black with #15533C
Text Example
Text Example
White with #15533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15533C; }
p { color: rgb(21,83,60); }
H1.HeaderClassName
{
color: #15533C;
}
.AnyTagClassName
{
color: #15533C;
}
</style>
background-color css
<style>
a { background-color: #15533C; }
a { background-color: rgb(21,83,60); }
div.DivClassName
{
background-color: #15533C;
}
.BgClassName
{
background-color: #15533C;
}
</style>
border-color css
<style>
span { border-color: #15533C; }
span { border-color: rgb(21,83,60); }
td.TdClassName
{
border-color: #15533C;
}
.TagClassName
{
border-color: #15533C;
}
</style>