Shades of Dark Green #053223
Tints of Dark Green #053223
RGB
CMYK
RGB Variations
Color information
#053223 (or 0x053223) is known color: Dark Green. HEX triplet: 05, 32 and 23. RGB value is (5,50,35). Sum of RGB (Red+Green+Blue) = 5+50+35=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #053223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053223 is #FACDDC. Grayscale: #222222. Windows color (decimal): -16436701 or 2306565. OLE color: 2306565.
HSL color Cylindrical-coordinate representation of color #053223: hue angle of 160º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053223 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 50 | 35 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.80 |
| HSL | 160º | 0.82% | 0.11% | - |
| HSV(B) | 160º | 0.9% | 0.2% | - |
| XYZ | 1.51 | 2.43 | 1.98 | - |
| YUV | 34.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 35 | 0.90 | 0 | 0.30 | 0.80 | 160 | 0.82 | 0.11 |
| Hex | 5 | 32 | 23 | 5A | 0 | 1E | 50 | A0 | 52 | B |
| Octal | 5 | 62 | 43 | 132 | 0 | 36 | 120 | 240 | 122 | 13 |
| Binary | 101 | 110010 | 100011 | 1011010 | 0 | 11110 | 1010000 | 10100000 | 1010010 | 1011 |
Color Harmonies of #053223
Complementary color
Monochromatic Colors of #053223
Black with #053223
Text Example
Text Example
White with #053223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053223; }
p { color: rgb(5,50,35); }
H1.HeaderClassName
{
color: #053223;
}
.AnyTagClassName
{
color: #053223;
}
</style>
background-color css
<style>
a { background-color: #053223; }
a { background-color: rgb(5,50,35); }
div.DivClassName
{
background-color: #053223;
}
.BgClassName
{
background-color: #053223;
}
</style>
border-color css
<style>
span { border-color: #053223; }
span { border-color: rgb(5,50,35); }
td.TdClassName
{
border-color: #053223;
}
.TagClassName
{
border-color: #053223;
}
</style>