Shades of Dark Spring Green #057B35
Tints of Dark Spring Green #057B35
RGB
CMYK
RGB Variations
Color information
#057B35 (or 0x057B35) is known color: Dark Spring Green. HEX triplet: 05, 7B and 35. RGB value is (5,123,53). Sum of RGB (Red+Green+Blue) = 5+123+53=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 123 (48.44% from 255 or 67.96% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 123 - color contains mainly: green. Hex color #057B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057B35 is #FA84CA. Grayscale: #4F4F4F. Windows color (decimal): -16417995 or 3504901. OLE color: 3504901.
HSL color Cylindrical-coordinate representation of color #057B35: hue angle of 144.41º 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 #057B35 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 53 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.52 |
| HSL | 144.41º | 0.92% | 0.25% | - |
| HSV(B) | 144.41º | 0.96% | 0.48% | - |
| XYZ | 7.79 | 14.46 | 5.75 | - |
| YUV | 79.74 | 112.91 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 53 | 0.96 | 0 | 0.57 | 0.52 | 144.41 | 0.92 | 0.25 |
| Hex | 5 | 7B | 35 | 60 | 0 | 39 | 34 | 90 | 5C | 19 |
| Octal | 5 | 173 | 65 | 140 | 0 | 71 | 64 | 220 | 134 | 31 |
| Binary | 101 | 1111011 | 110101 | 1100000 | 0 | 111001 | 110100 | 10010000 | 1011100 | 11001 |
Color Harmonies of #057B35
Complementary color
Monochromatic Colors of #057B35
Black with #057B35
Text Example
Text Example
White with #057B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B35; }
p { color: rgb(5,123,53); }
H1.HeaderClassName
{
color: #057B35;
}
.AnyTagClassName
{
color: #057B35;
}
</style>
background-color css
<style>
a { background-color: #057B35; }
a { background-color: rgb(5,123,53); }
div.DivClassName
{
background-color: #057B35;
}
.BgClassName
{
background-color: #057B35;
}
</style>
border-color css
<style>
span { border-color: #057B35; }
span { border-color: rgb(5,123,53); }
td.TdClassName
{
border-color: #057B35;
}
.TagClassName
{
border-color: #057B35;
}
</style>