Shades of Dark Green #053622
Tints of Dark Green #053622
RGB
CMYK
RGB Variations
Color information
#053622 (or 0x053622) is known color: Dark Green. HEX triplet: 05, 36 and 22. RGB value is (5,54,34). Sum of RGB (Red+Green+Blue) = 5+54+34=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 34 (13.67% from 255 or 36.56% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #053622 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053622 is #FAC9DD. Grayscale: #252525. Windows color (decimal): -16435678 or 2242053. OLE color: 2242053.
HSL color Cylindrical-coordinate representation of color #053622: hue angle of 155.51º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053622 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 54 | 34 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.79 |
| HSL | 155.51º | 0.83% | 0.12% | - |
| HSV(B) | 155.51º | 0.91% | 0.21% | - |
| XYZ | 1.67 | 2.79 | 1.96 | - |
| YUV | 37.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 34 | 0.91 | 0 | 0.37 | 0.79 | 155.51 | 0.83 | 0.12 |
| Hex | 5 | 36 | 22 | 5B | 0 | 25 | 4F | 9C | 53 | C |
| Octal | 5 | 66 | 42 | 133 | 0 | 45 | 117 | 234 | 123 | 14 |
| Binary | 101 | 110110 | 100010 | 1011011 | 0 | 100101 | 1001111 | 10011100 | 1010011 | 1100 |
Color Harmonies of #053622
Complementary color
Monochromatic Colors of #053622
Black with #053622
Text Example
Text Example
White with #053622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053622; }
p { color: rgb(5,54,34); }
H1.HeaderClassName
{
color: #053622;
}
.AnyTagClassName
{
color: #053622;
}
</style>
background-color css
<style>
a { background-color: #053622; }
a { background-color: rgb(5,54,34); }
div.DivClassName
{
background-color: #053622;
}
.BgClassName
{
background-color: #053622;
}
</style>
border-color css
<style>
span { border-color: #053622; }
span { border-color: rgb(5,54,34); }
td.TdClassName
{
border-color: #053622;
}
.TagClassName
{
border-color: #053622;
}
</style>