Shades of Fun Green #055C33
Tints of Fun Green #055C33
RGB
CMYK
RGB Variations
Color information
#055C33 (or 0x055C33) is known color: Fun Green. HEX triplet: 05, 5C and 33. RGB value is (5,92,51). Sum of RGB (Red+Green+Blue) = 5+92+51=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #055C33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C33 is #FAA3CC. Grayscale: #3D3D3D. Windows color (decimal): -16425933 or 3365893. OLE color: 3365893.
HSL color Cylindrical-coordinate representation of color #055C33: hue angle of 151.72º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C33 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 51 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.64 |
| HSL | 151.72º | 0.9% | 0.19% | - |
| HSV(B) | 151.72º | 0.95% | 0.36% | - |
| XYZ | 4.49 | 7.93 | 4.43 | - |
| YUV | 61.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 51 | 0.95 | 0 | 0.45 | 0.64 | 151.72 | 0.9 | 0.19 |
| Hex | 5 | 5C | 33 | 5F | 0 | 2D | 40 | 98 | 5A | 13 |
| Octal | 5 | 134 | 63 | 137 | 0 | 55 | 100 | 230 | 132 | 23 |
| Binary | 101 | 1011100 | 110011 | 1011111 | 0 | 101101 | 1000000 | 10011000 | 1011010 | 10011 |
Color Harmonies of #055C33
Complementary color
Monochromatic Colors of #055C33
Black with #055C33
Text Example
Text Example
White with #055C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C33; }
p { color: rgb(5,92,51); }
H1.HeaderClassName
{
color: #055C33;
}
.AnyTagClassName
{
color: #055C33;
}
</style>
background-color css
<style>
a { background-color: #055C33; }
a { background-color: rgb(5,92,51); }
div.DivClassName
{
background-color: #055C33;
}
.BgClassName
{
background-color: #055C33;
}
</style>
border-color css
<style>
span { border-color: #055C33; }
span { border-color: rgb(5,92,51); }
td.TdClassName
{
border-color: #055C33;
}
.TagClassName
{
border-color: #055C33;
}
</style>