Shades of Fun Green #045D3C
Tints of Fun Green #045D3C
RGB
CMYK
RGB Variations
Color information
#045D3C (or 0x045D3C) is known color: Fun Green. HEX triplet: 04, 5D and 3C. RGB value is (4,93,60). Sum of RGB (Red+Green+Blue) = 4+93+60=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 93 (36.72% from 255 or 59.24% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 93 - color contains mainly: green. Hex color #045D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D3C is #FBA2C3. Grayscale: #3E3E3E. Windows color (decimal): -16491204 or 3955972. OLE color: 3955972.
HSL color Cylindrical-coordinate representation of color #045D3C: hue angle of 157.75º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D3C is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 60 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.64 |
| HSL | 157.75º | 0.92% | 0.19% | - |
| HSV(B) | 157.75º | 0.96% | 0.36% | - |
| XYZ | 4.78 | 8.18 | 5.6 | - |
| YUV | 62.63 | 126.51 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 60 | 0.96 | 0 | 0.35 | 0.64 | 157.75 | 0.92 | 0.19 |
| Hex | 4 | 5D | 3C | 60 | 0 | 23 | 40 | 9E | 5C | 13 |
| Octal | 4 | 135 | 74 | 140 | 0 | 43 | 100 | 236 | 134 | 23 |
| Binary | 100 | 1011101 | 111100 | 1100000 | 0 | 100011 | 1000000 | 10011110 | 1011100 | 10011 |
Color Harmonies of #045D3C
Complementary color
Monochromatic Colors of #045D3C
Black with #045D3C
Text Example
Text Example
White with #045D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D3C; }
p { color: rgb(4,93,60); }
H1.HeaderClassName
{
color: #045D3C;
}
.AnyTagClassName
{
color: #045D3C;
}
</style>
background-color css
<style>
a { background-color: #045D3C; }
a { background-color: rgb(4,93,60); }
div.DivClassName
{
background-color: #045D3C;
}
.BgClassName
{
background-color: #045D3C;
}
</style>
border-color css
<style>
span { border-color: #045D3C; }
span { border-color: rgb(4,93,60); }
td.TdClassName
{
border-color: #045D3C;
}
.TagClassName
{
border-color: #045D3C;
}
</style>