Shades of Fun Green #05603B
Tints of Fun Green #05603B
RGB
CMYK
RGB Variations
Color information
#05603B (or 0x05603B) is known color: Fun Green. HEX triplet: 05, 60 and 3B. RGB value is (5,96,59). Sum of RGB (Red+Green+Blue) = 5+96+59=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #05603B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05603B is #FA9FC4. Grayscale: #404040. Windows color (decimal): -16424901 or 3891205. OLE color: 3891205.
HSL color Cylindrical-coordinate representation of color #05603B: hue angle of 155.6º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05603B is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 59 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.62 |
| HSL | 155.6º | 0.9% | 0.2% | - |
| HSV(B) | 155.6º | 0.95% | 0.38% | - |
| XYZ | 5.03 | 8.71 | 5.55 | - |
| YUV | 64.57 | 124.85 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 59 | 0.95 | 0 | 0.39 | 0.62 | 155.6 | 0.9 | 0.2 |
| Hex | 5 | 60 | 3B | 5F | 0 | 27 | 3E | 9C | 5A | 14 |
| Octal | 5 | 140 | 73 | 137 | 0 | 47 | 76 | 234 | 132 | 24 |
| Binary | 101 | 1100000 | 111011 | 1011111 | 0 | 100111 | 111110 | 10011100 | 1011010 | 10100 |
Color Harmonies of #05603B
Complementary color
Monochromatic Colors of #05603B
Black with #05603B
Text Example
Text Example
White with #05603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05603B; }
p { color: rgb(5,96,59); }
H1.HeaderClassName
{
color: #05603B;
}
.AnyTagClassName
{
color: #05603B;
}
</style>
background-color css
<style>
a { background-color: #05603B; }
a { background-color: rgb(5,96,59); }
div.DivClassName
{
background-color: #05603B;
}
.BgClassName
{
background-color: #05603B;
}
</style>
border-color css
<style>
span { border-color: #05603B; }
span { border-color: rgb(5,96,59); }
td.TdClassName
{
border-color: #05603B;
}
.TagClassName
{
border-color: #05603B;
}
</style>