Shades of Dark Spring Green #057B42
Tints of Dark Spring Green #057B42
RGB
CMYK
RGB Variations
Color information
#057B42 (or 0x057B42) is known color: Dark Spring Green. HEX triplet: 05, 7B and 42. RGB value is (5,123,66). Sum of RGB (Red+Green+Blue) = 5+123+66=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 123 (48.44% from 255 or 63.40% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 123 - color contains mainly: green. Hex color #057B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057B42 is #FA84BD. Grayscale: #515151. Windows color (decimal): -16417982 or 4356869. OLE color: 4356869.
HSL color Cylindrical-coordinate representation of color #057B42: hue angle of 151.02º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B42 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 66 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.52 |
| HSL | 151.02º | 0.92% | 0.25% | - |
| HSV(B) | 151.02º | 0.96% | 0.48% | - |
| XYZ | 8.13 | 14.59 | 7.54 | - |
| YUV | 81.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 66 | 0.96 | 0 | 0.46 | 0.52 | 151.02 | 0.92 | 0.25 |
| Hex | 5 | 7B | 42 | 60 | 0 | 2E | 34 | 97 | 5C | 19 |
| Octal | 5 | 173 | 102 | 140 | 0 | 56 | 64 | 227 | 134 | 31 |
| Binary | 101 | 1111011 | 1000010 | 1100000 | 0 | 101110 | 110100 | 10010111 | 1011100 | 11001 |
Color Harmonies of #057B42
Complementary color
Monochromatic Colors of #057B42
Black with #057B42
Text Example
Text Example
White with #057B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B42; }
p { color: rgb(5,123,66); }
H1.HeaderClassName
{
color: #057B42;
}
.AnyTagClassName
{
color: #057B42;
}
</style>
background-color css
<style>
a { background-color: #057B42; }
a { background-color: rgb(5,123,66); }
div.DivClassName
{
background-color: #057B42;
}
.BgClassName
{
background-color: #057B42;
}
</style>
border-color css
<style>
span { border-color: #057B42; }
span { border-color: rgb(5,123,66); }
td.TdClassName
{
border-color: #057B42;
}
.TagClassName
{
border-color: #057B42;
}
</style>