Shades of County Green #1B553D
Tints of County Green #1B553D
RGB
CMYK
RGB Variations
Color information
#1B553D (or 0x1B553D) is known color: County Green. HEX triplet: 1B, 55 and 3D. RGB value is (27,85,61). Sum of RGB (Red+Green+Blue) = 27+85+61=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #1B553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B553D is #E4AAC2. Grayscale: #404040. Windows color (decimal): -14985923 or 4019483. OLE color: 4019483.
HSL color Cylindrical-coordinate representation of color #1B553D: hue angle of 155.17º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B553D is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 85 | 61 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.67 |
| HSL | 155.17º | 0.52% | 0.22% | - |
| HSV(B) | 155.17º | 0.68% | 0.33% | - |
| XYZ | 4.54 | 7.07 | 5.54 | - |
| YUV | 64.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 61 | 0.68 | 0 | 0.28 | 0.67 | 155.17 | 0.52 | 0.22 |
| Hex | 1B | 55 | 3D | 44 | 0 | 1C | 43 | 9B | 34 | 16 |
| Octal | 33 | 125 | 75 | 104 | 0 | 34 | 103 | 233 | 64 | 26 |
| Binary | 11011 | 1010101 | 111101 | 1000100 | 0 | 11100 | 1000011 | 10011011 | 110100 | 10110 |
Color Harmonies of #1B553D
Complementary color
Monochromatic Colors of #1B553D
Black with #1B553D
Text Example
Text Example
White with #1B553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B553D; }
p { color: rgb(27,85,61); }
H1.HeaderClassName
{
color: #1B553D;
}
.AnyTagClassName
{
color: #1B553D;
}
</style>
background-color css
<style>
a { background-color: #1B553D; }
a { background-color: rgb(27,85,61); }
div.DivClassName
{
background-color: #1B553D;
}
.BgClassName
{
background-color: #1B553D;
}
</style>
border-color css
<style>
span { border-color: #1B553D; }
span { border-color: rgb(27,85,61); }
td.TdClassName
{
border-color: #1B553D;
}
.TagClassName
{
border-color: #1B553D;
}
</style>