Shades of Fun Green #045F34
Tints of Fun Green #045F34
RGB
CMYK
RGB Variations
Color information
#045F34 (or 0x045F34) is known color: Fun Green. HEX triplet: 04, 5F and 34. RGB value is (4,95,52). Sum of RGB (Red+Green+Blue) = 4+95+52=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 95 (37.5% from 255 or 62.91% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 95 - color contains mainly: green. Hex color #045F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045F34 is #FBA0CB. Grayscale: #3E3E3E. Windows color (decimal): -16490700 or 3432196. OLE color: 3432196.
HSL color Cylindrical-coordinate representation of color #045F34: hue angle of 151.65º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045F34 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 95 | 52 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.63 |
| HSL | 151.65º | 0.92% | 0.19% | - |
| HSV(B) | 151.65º | 0.96% | 0.37% | - |
| XYZ | 4.76 | 8.46 | 4.63 | - |
| YUV | 62.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 52 | 0.96 | 0 | 0.45 | 0.63 | 151.65 | 0.92 | 0.19 |
| Hex | 4 | 5F | 34 | 60 | 0 | 2D | 3F | 98 | 5C | 13 |
| Octal | 4 | 137 | 64 | 140 | 0 | 55 | 77 | 230 | 134 | 23 |
| Binary | 100 | 1011111 | 110100 | 1100000 | 0 | 101101 | 111111 | 10011000 | 1011100 | 10011 |
Color Harmonies of #045F34
Complementary color
Monochromatic Colors of #045F34
Black with #045F34
Text Example
Text Example
White with #045F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045F34; }
p { color: rgb(4,95,52); }
H1.HeaderClassName
{
color: #045F34;
}
.AnyTagClassName
{
color: #045F34;
}
</style>
background-color css
<style>
a { background-color: #045F34; }
a { background-color: rgb(4,95,52); }
div.DivClassName
{
background-color: #045F34;
}
.BgClassName
{
background-color: #045F34;
}
</style>
border-color css
<style>
span { border-color: #045F34; }
span { border-color: rgb(4,95,52); }
td.TdClassName
{
border-color: #045F34;
}
.TagClassName
{
border-color: #045F34;
}
</style>