Shades of County Green #0D5433
Tints of County Green #0D5433
RGB
CMYK
RGB Variations
Color information
#0D5433 (or 0x0D5433) is known color: County Green. HEX triplet: 0D, 54 and 33. RGB value is (13,84,51). Sum of RGB (Red+Green+Blue) = 13+84+51=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #0D5433 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5433 is #F2ABCC. Grayscale: #3B3B3B. Windows color (decimal): -15903693 or 3363853. OLE color: 3363853.
HSL color Cylindrical-coordinate representation of color #0D5433: hue angle of 152.11º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5433 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 84 | 51 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.67 |
| HSL | 152.11º | 0.73% | 0.19% | - |
| HSV(B) | 152.11º | 0.85% | 0.33% | - |
| XYZ | 3.93 | 6.67 | 4.21 | - |
| YUV | 59.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 51 | 0.85 | 0 | 0.39 | 0.67 | 152.11 | 0.73 | 0.19 |
| Hex | D | 54 | 33 | 55 | 0 | 27 | 43 | 98 | 49 | 13 |
| Octal | 15 | 124 | 63 | 125 | 0 | 47 | 103 | 230 | 111 | 23 |
| Binary | 1101 | 1010100 | 110011 | 1010101 | 0 | 100111 | 1000011 | 10011000 | 1001001 | 10011 |
Color Harmonies of #0D5433
Complementary color
Monochromatic Colors of #0D5433
Black with #0D5433
Text Example
Text Example
White with #0D5433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5433; }
p { color: rgb(13,84,51); }
H1.HeaderClassName
{
color: #0D5433;
}
.AnyTagClassName
{
color: #0D5433;
}
</style>
background-color css
<style>
a { background-color: #0D5433; }
a { background-color: rgb(13,84,51); }
div.DivClassName
{
background-color: #0D5433;
}
.BgClassName
{
background-color: #0D5433;
}
</style>
border-color css
<style>
span { border-color: #0D5433; }
span { border-color: rgb(13,84,51); }
td.TdClassName
{
border-color: #0D5433;
}
.TagClassName
{
border-color: #0D5433;
}
</style>