Shades of County Green #055338
Tints of County Green #055338
RGB
CMYK
RGB Variations
Color information
#055338 (or 0x055338) is known color: County Green. HEX triplet: 05, 53 and 38. RGB value is (5,83,56). Sum of RGB (Red+Green+Blue) = 5+83+56=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #055338 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055338 is #FAACC7. Grayscale: #383838. Windows color (decimal): -16428232 or 3691269. OLE color: 3691269.
HSL color Cylindrical-coordinate representation of color #055338: hue angle of 159.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055338 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 83 | 56 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.67 |
| HSL | 159.23º | 0.89% | 0.17% | - |
| HSV(B) | 159.23º | 0.94% | 0.33% | - |
| XYZ | 3.87 | 6.5 | 4.79 | - |
| YUV | 56.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 56 | 0.94 | 0 | 0.33 | 0.67 | 159.23 | 0.89 | 0.17 |
| Hex | 5 | 53 | 38 | 5E | 0 | 21 | 43 | 9F | 59 | 11 |
| Octal | 5 | 123 | 70 | 136 | 0 | 41 | 103 | 237 | 131 | 21 |
| Binary | 101 | 1010011 | 111000 | 1011110 | 0 | 100001 | 1000011 | 10011111 | 1011001 | 10001 |
Color Harmonies of #055338
Complementary color
Monochromatic Colors of #055338
Black with #055338
Text Example
Text Example
White with #055338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055338; }
p { color: rgb(5,83,56); }
H1.HeaderClassName
{
color: #055338;
}
.AnyTagClassName
{
color: #055338;
}
</style>
background-color css
<style>
a { background-color: #055338; }
a { background-color: rgb(5,83,56); }
div.DivClassName
{
background-color: #055338;
}
.BgClassName
{
background-color: #055338;
}
</style>
border-color css
<style>
span { border-color: #055338; }
span { border-color: rgb(5,83,56); }
td.TdClassName
{
border-color: #055338;
}
.TagClassName
{
border-color: #055338;
}
</style>