Shades of County Green #1B533D
Tints of County Green #1B533D
RGB
CMYK
RGB Variations
Color information
#1B533D (or 0x1B533D) is known color: County Green. HEX triplet: 1B, 53 and 3D. RGB value is (27,83,61). Sum of RGB (Red+Green+Blue) = 27+83+61=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #1B533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B533D is #E4ACC2. Grayscale: #3F3F3F. Windows color (decimal): -14986435 or 4018971. OLE color: 4018971.
HSL color Cylindrical-coordinate representation of color #1B533D: hue angle of 156.43º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B533D is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 61 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.67 |
| HSL | 156.43º | 0.51% | 0.22% | - |
| HSV(B) | 156.43º | 0.67% | 0.33% | - |
| XYZ | 4.39 | 6.76 | 5.49 | - |
| YUV | 63.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 61 | 0.67 | 0 | 0.27 | 0.67 | 156.43 | 0.51 | 0.22 |
| Hex | 1B | 53 | 3D | 43 | 0 | 1B | 43 | 9C | 33 | 16 |
| Octal | 33 | 123 | 75 | 103 | 0 | 33 | 103 | 234 | 63 | 26 |
| Binary | 11011 | 1010011 | 111101 | 1000011 | 0 | 11011 | 1000011 | 10011100 | 110011 | 10110 |
Color Harmonies of #1B533D
Complementary color
Monochromatic Colors of #1B533D
Black with #1B533D
Text Example
Text Example
White with #1B533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B533D; }
p { color: rgb(27,83,61); }
H1.HeaderClassName
{
color: #1B533D;
}
.AnyTagClassName
{
color: #1B533D;
}
</style>
background-color css
<style>
a { background-color: #1B533D; }
a { background-color: rgb(27,83,61); }
div.DivClassName
{
background-color: #1B533D;
}
.BgClassName
{
background-color: #1B533D;
}
</style>
border-color css
<style>
span { border-color: #1B533D; }
span { border-color: rgb(27,83,61); }
td.TdClassName
{
border-color: #1B533D;
}
.TagClassName
{
border-color: #1B533D;
}
</style>