Shades of Green #057C0D
Tints of Green #057C0D
RGB
CMYK
RGB Variations
Color information
#057C0D (or 0x057C0D) is known color: Green. HEX triplet: 05, 7C and 0D. RGB value is (5,124,13). Sum of RGB (Red+Green+Blue) = 5+124+13=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 124 (48.83% from 255 or 87.32% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 124 - color contains mainly: green. Hex color #057C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057C0D is #FA83F2. Grayscale: #4C4C4C. Windows color (decimal): -16417779 or 883717. OLE color: 883717.
HSL color Cylindrical-coordinate representation of color #057C0D: hue angle of 124.03º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C0D is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 13 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.51 |
| HSL | 124.03º | 0.92% | 0.25% | - |
| HSV(B) | 124.03º | 0.96% | 0.49% | - |
| XYZ | 7.34 | 14.48 | 2.79 | - |
| YUV | 75.77 | 92.58 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 13 | 0.96 | 0 | 0.90 | 0.51 | 124.03 | 0.92 | 0.25 |
| Hex | 5 | 7C | D | 60 | 0 | 5A | 33 | 7C | 5C | 19 |
| Octal | 5 | 174 | 15 | 140 | 0 | 132 | 63 | 174 | 134 | 31 |
| Binary | 101 | 1111100 | 1101 | 1100000 | 0 | 1011010 | 110011 | 1111100 | 1011100 | 11001 |
Color Harmonies of #057C0D
Complementary color
Monochromatic Colors of #057C0D
Black with #057C0D
Text Example
Text Example
White with #057C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C0D; }
p { color: rgb(5,124,13); }
H1.HeaderClassName
{
color: #057C0D;
}
.AnyTagClassName
{
color: #057C0D;
}
</style>
background-color css
<style>
a { background-color: #057C0D; }
a { background-color: rgb(5,124,13); }
div.DivClassName
{
background-color: #057C0D;
}
.BgClassName
{
background-color: #057C0D;
}
</style>
border-color css
<style>
span { border-color: #057C0D; }
span { border-color: rgb(5,124,13); }
td.TdClassName
{
border-color: #057C0D;
}
.TagClassName
{
border-color: #057C0D;
}
</style>