Shades of County Green #1B543D
Tints of County Green #1B543D
RGB
CMYK
RGB Variations
Color information
#1B543D (or 0x1B543D) is known color: County Green. HEX triplet: 1B, 54 and 3D. RGB value is (27,84,61). Sum of RGB (Red+Green+Blue) = 27+84+61=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #1B543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B543D is #E4ABC2. Grayscale: #404040. Windows color (decimal): -14986179 or 4019227. OLE color: 4019227.
HSL color Cylindrical-coordinate representation of color #1B543D: hue angle of 155.79º 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 #1B543D is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 84 | 61 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.67 |
| HSL | 155.79º | 0.51% | 0.22% | - |
| HSV(B) | 155.79º | 0.68% | 0.33% | - |
| XYZ | 4.46 | 6.91 | 5.51 | - |
| YUV | 64.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 61 | 0.68 | 0 | 0.27 | 0.67 | 155.79 | 0.51 | 0.22 |
| Hex | 1B | 54 | 3D | 44 | 0 | 1B | 43 | 9C | 33 | 16 |
| Octal | 33 | 124 | 75 | 104 | 0 | 33 | 103 | 234 | 63 | 26 |
| Binary | 11011 | 1010100 | 111101 | 1000100 | 0 | 11011 | 1000011 | 10011100 | 110011 | 10110 |
Color Harmonies of #1B543D
Complementary color
Monochromatic Colors of #1B543D
Black with #1B543D
Text Example
Text Example
White with #1B543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B543D; }
p { color: rgb(27,84,61); }
H1.HeaderClassName
{
color: #1B543D;
}
.AnyTagClassName
{
color: #1B543D;
}
</style>
background-color css
<style>
a { background-color: #1B543D; }
a { background-color: rgb(27,84,61); }
div.DivClassName
{
background-color: #1B543D;
}
.BgClassName
{
background-color: #1B543D;
}
</style>
border-color css
<style>
span { border-color: #1B543D; }
span { border-color: rgb(27,84,61); }
td.TdClassName
{
border-color: #1B543D;
}
.TagClassName
{
border-color: #1B543D;
}
</style>