Shades of County Green #0D5334
Tints of County Green #0D5334
RGB
CMYK
RGB Variations
Color information
#0D5334 (or 0x0D5334) is known color: County Green. HEX triplet: 0D, 53 and 34. RGB value is (13,83,52). Sum of RGB (Red+Green+Blue) = 13+83+52=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5334 is #F2ACCB. Grayscale: #3A3A3A. Windows color (decimal): -15903948 or 3429133. OLE color: 3429133.
HSL color Cylindrical-coordinate representation of color #0D5334: hue angle of 153.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5334 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 83 | 52 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.67 |
| HSL | 153.43º | 0.73% | 0.19% | - |
| HSV(B) | 153.43º | 0.84% | 0.33% | - |
| XYZ | 3.88 | 6.52 | 4.3 | - |
| YUV | 58.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 52 | 0.84 | 0 | 0.37 | 0.67 | 153.43 | 0.73 | 0.19 |
| Hex | D | 53 | 34 | 54 | 0 | 25 | 43 | 99 | 49 | 13 |
| Octal | 15 | 123 | 64 | 124 | 0 | 45 | 103 | 231 | 111 | 23 |
| Binary | 1101 | 1010011 | 110100 | 1010100 | 0 | 100101 | 1000011 | 10011001 | 1001001 | 10011 |
Color Harmonies of #0D5334
Complementary color
Monochromatic Colors of #0D5334
Black with #0D5334
Text Example
Text Example
White with #0D5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5334; }
p { color: rgb(13,83,52); }
H1.HeaderClassName
{
color: #0D5334;
}
.AnyTagClassName
{
color: #0D5334;
}
</style>
background-color css
<style>
a { background-color: #0D5334; }
a { background-color: rgb(13,83,52); }
div.DivClassName
{
background-color: #0D5334;
}
.BgClassName
{
background-color: #0D5334;
}
</style>
border-color css
<style>
span { border-color: #0D5334; }
span { border-color: rgb(13,83,52); }
td.TdClassName
{
border-color: #0D5334;
}
.TagClassName
{
border-color: #0D5334;
}
</style>