Shades of Fun Green #005A35
Tints of Fun Green #005A35
RGB
CMYK
RGB Variations
Color information
#005A35 (or 0x005A35) is known color: Fun Green. HEX triplet: 00, 5A and 35. RGB value is (0,90,53). Sum of RGB (Red+Green+Blue) = 0+90+53=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #005A35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A35 is #FFA5CA. Grayscale: #3A3A3A. Windows color (decimal): -16754123 or 3496448. OLE color: 3496448.
HSL color Cylindrical-coordinate representation of color #005A35: hue angle of 155.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A35 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 53 | - |
| CMYK | 1 | 0 | 0.41 | 0.65 |
| HSL | 155.33º | 1% | 0.18% | - |
| HSV(B) | 155.33º | 1% | 0.35% | - |
| XYZ | 4.3 | 7.57 | 4.6 | - |
| YUV | 58.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 53 | 1 | 0 | 0.41 | 0.65 | 155.33 | 1 | 0.18 |
| Hex | 0 | 5A | 35 | 64 | 0 | 29 | 41 | 9B | 64 | 12 |
| Octal | 0 | 132 | 65 | 144 | 0 | 51 | 101 | 233 | 144 | 22 |
| Binary | 0 | 1011010 | 110101 | 1100100 | 0 | 101001 | 1000001 | 10011011 | 1100100 | 10010 |
Color Harmonies of #005A35
Complementary color
Monochromatic Colors of #005A35
Black with #005A35
Text Example
Text Example
White with #005A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A35; }
p { color: rgb(0,90,53); }
H1.HeaderClassName
{
color: #005A35;
}
.AnyTagClassName
{
color: #005A35;
}
</style>
background-color css
<style>
a { background-color: #005A35; }
a { background-color: rgb(0,90,53); }
div.DivClassName
{
background-color: #005A35;
}
.BgClassName
{
background-color: #005A35;
}
</style>
border-color css
<style>
span { border-color: #005A35; }
span { border-color: rgb(0,90,53); }
td.TdClassName
{
border-color: #005A35;
}
.TagClassName
{
border-color: #005A35;
}
</style>