Shades of Fun Green #045A34
Tints of Fun Green #045A34
RGB
CMYK
RGB Variations
Color information
#045A34 (or 0x045A34) is known color: Fun Green. HEX triplet: 04, 5A and 34. RGB value is (4,90,52). Sum of RGB (Red+Green+Blue) = 4+90+52=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 90 (35.55% from 255 or 61.64% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 90 - color contains mainly: green. Hex color #045A34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A34 is #FBA5CB. Grayscale: #3C3C3C. Windows color (decimal): -16491980 or 3430916. OLE color: 3430916.
HSL color Cylindrical-coordinate representation of color #045A34: hue angle of 153.49º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A34 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 52 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.65 |
| HSL | 153.49º | 0.91% | 0.18% | - |
| HSV(B) | 153.49º | 0.96% | 0.35% | - |
| XYZ | 4.33 | 7.59 | 4.49 | - |
| YUV | 59.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 52 | 0.96 | 0 | 0.42 | 0.65 | 153.49 | 0.91 | 0.18 |
| Hex | 4 | 5A | 34 | 60 | 0 | 2A | 41 | 99 | 5B | 12 |
| Octal | 4 | 132 | 64 | 140 | 0 | 52 | 101 | 231 | 133 | 22 |
| Binary | 100 | 1011010 | 110100 | 1100000 | 0 | 101010 | 1000001 | 10011001 | 1011011 | 10010 |
Color Harmonies of #045A34
Complementary color
Monochromatic Colors of #045A34
Black with #045A34
Text Example
Text Example
White with #045A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A34; }
p { color: rgb(4,90,52); }
H1.HeaderClassName
{
color: #045A34;
}
.AnyTagClassName
{
color: #045A34;
}
</style>
background-color css
<style>
a { background-color: #045A34; }
a { background-color: rgb(4,90,52); }
div.DivClassName
{
background-color: #045A34;
}
.BgClassName
{
background-color: #045A34;
}
</style>
border-color css
<style>
span { border-color: #045A34; }
span { border-color: rgb(4,90,52); }
td.TdClassName
{
border-color: #045A34;
}
.TagClassName
{
border-color: #045A34;
}
</style>