Shades of County Green #1B5437
Tints of County Green #1B5437
RGB
CMYK
RGB Variations
Color information
#1B5437 (or 0x1B5437) is known color: County Green. HEX triplet: 1B, 54 and 37. RGB value is (27,84,55). Sum of RGB (Red+Green+Blue) = 27+84+55=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #1B5437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5437 is #E4ABC8. Grayscale: #3F3F3F. Windows color (decimal): -14986185 or 3626011. OLE color: 3626011.
HSL color Cylindrical-coordinate representation of color #1B5437: hue angle of 149.47º degrees, saturation: 0.51, 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 #1B5437 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 84 | 55 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.67 |
| HSL | 149.47º | 0.51% | 0.22% | - |
| HSV(B) | 149.47º | 0.68% | 0.33% | - |
| XYZ | 4.31 | 6.85 | 4.71 | - |
| YUV | 63.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 55 | 0.68 | 0 | 0.35 | 0.67 | 149.47 | 0.51 | 0.22 |
| Hex | 1B | 54 | 37 | 44 | 0 | 23 | 43 | 95 | 33 | 16 |
| Octal | 33 | 124 | 67 | 104 | 0 | 43 | 103 | 225 | 63 | 26 |
| Binary | 11011 | 1010100 | 110111 | 1000100 | 0 | 100011 | 1000011 | 10010101 | 110011 | 10110 |
Color Harmonies of #1B5437
Complementary color
Monochromatic Colors of #1B5437
Black with #1B5437
Text Example
Text Example
White with #1B5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5437; }
p { color: rgb(27,84,55); }
H1.HeaderClassName
{
color: #1B5437;
}
.AnyTagClassName
{
color: #1B5437;
}
</style>
background-color css
<style>
a { background-color: #1B5437; }
a { background-color: rgb(27,84,55); }
div.DivClassName
{
background-color: #1B5437;
}
.BgClassName
{
background-color: #1B5437;
}
</style>
border-color css
<style>
span { border-color: #1B5437; }
span { border-color: rgb(27,84,55); }
td.TdClassName
{
border-color: #1B5437;
}
.TagClassName
{
border-color: #1B5437;
}
</style>