Shades of Fun Green #057334
Tints of Fun Green #057334
RGB
CMYK
RGB Variations
Color information
#057334 (or 0x057334) is known color: Fun Green. HEX triplet: 05, 73 and 34. RGB value is (5,115,52). Sum of RGB (Red+Green+Blue) = 5+115+52=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 115 (45.31% from 255 or 66.86% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 115 - color contains mainly: green. Hex color #057334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057334 is #FA8CCB. Grayscale: #4B4B4B. Windows color (decimal): -16420044 or 3437317. OLE color: 3437317.
HSL color Cylindrical-coordinate representation of color #057334: hue angle of 145.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057334 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 115 | 52 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.55 |
| HSL | 145.64º | 0.92% | 0.24% | - |
| HSV(B) | 145.64º | 0.96% | 0.45% | - |
| XYZ | 6.81 | 12.54 | 5.31 | - |
| YUV | 74.93 | 115.06 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 52 | 0.96 | 0 | 0.55 | 0.55 | 145.64 | 0.92 | 0.24 |
| Hex | 5 | 73 | 34 | 60 | 0 | 37 | 37 | 92 | 5C | 18 |
| Octal | 5 | 163 | 64 | 140 | 0 | 67 | 67 | 222 | 134 | 30 |
| Binary | 101 | 1110011 | 110100 | 1100000 | 0 | 110111 | 110111 | 10010010 | 1011100 | 11000 |
Color Harmonies of #057334
Complementary color
Monochromatic Colors of #057334
Black with #057334
Text Example
Text Example
White with #057334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057334; }
p { color: rgb(5,115,52); }
H1.HeaderClassName
{
color: #057334;
}
.AnyTagClassName
{
color: #057334;
}
</style>
background-color css
<style>
a { background-color: #057334; }
a { background-color: rgb(5,115,52); }
div.DivClassName
{
background-color: #057334;
}
.BgClassName
{
background-color: #057334;
}
</style>
border-color css
<style>
span { border-color: #057334; }
span { border-color: rgb(5,115,52); }
td.TdClassName
{
border-color: #057334;
}
.TagClassName
{
border-color: #057334;
}
</style>