Shades of Dark Green #053630
Tints of Dark Green #053630
RGB
CMYK
RGB Variations
Color information
#053630 (or 0x053630) is known color: Dark Green. HEX triplet: 05, 36 and 30. RGB value is (5,54,48). Sum of RGB (Red+Green+Blue) = 5+54+48=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #053630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053630 is #FAC9CF. Grayscale: #262626. Windows color (decimal): -16435664 or 3159557. OLE color: 3159557.
HSL color Cylindrical-coordinate representation of color #053630: hue angle of 172.65º 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 #053630 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 54 | 48 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.79 |
| HSL | 172.65º | 0.83% | 0.12% | - |
| HSV(B) | 172.65º | 0.91% | 0.21% | - |
| XYZ | 1.92 | 2.88 | 3.25 | - |
| YUV | 38.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 48 | 0.91 | 0 | 0.11 | 0.79 | 172.65 | 0.83 | 0.12 |
| Hex | 5 | 36 | 30 | 5B | 0 | B | 4F | AD | 53 | C |
| Octal | 5 | 66 | 60 | 133 | 0 | 13 | 117 | 255 | 123 | 14 |
| Binary | 101 | 110110 | 110000 | 1011011 | 0 | 1011 | 1001111 | 10101101 | 1010011 | 1100 |
Color Harmonies of #053630
Complementary color
Monochromatic Colors of #053630
Black with #053630
Text Example
Text Example
White with #053630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053630; }
p { color: rgb(5,54,48); }
H1.HeaderClassName
{
color: #053630;
}
.AnyTagClassName
{
color: #053630;
}
</style>
background-color css
<style>
a { background-color: #053630; }
a { background-color: rgb(5,54,48); }
div.DivClassName
{
background-color: #053630;
}
.BgClassName
{
background-color: #053630;
}
</style>
border-color css
<style>
span { border-color: #053630; }
span { border-color: rgb(5,54,48); }
td.TdClassName
{
border-color: #053630;
}
.TagClassName
{
border-color: #053630;
}
</style>