Shades of Fun Green #045C38
Tints of Fun Green #045C38
RGB
CMYK
RGB Variations
Color information
#045C38 (or 0x045C38) is known color: Fun Green. HEX triplet: 04, 5C and 38. RGB value is (4,92,56). Sum of RGB (Red+Green+Blue) = 4+92+56=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 92 (36.33% from 255 or 60.53% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 92 - color contains mainly: green. Hex color #045C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045C38 is #FBA3C7. Grayscale: #3D3D3D. Windows color (decimal): -16491464 or 3693572. OLE color: 3693572.
HSL color Cylindrical-coordinate representation of color #045C38: hue angle of 155.45º 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 #045C38 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 92 | 56 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.64 |
| HSL | 155.45º | 0.92% | 0.19% | - |
| HSV(B) | 155.45º | 0.96% | 0.36% | - |
| XYZ | 4.59 | 7.97 | 5.04 | - |
| YUV | 61.58 | 124.85 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 56 | 0.96 | 0 | 0.39 | 0.64 | 155.45 | 0.92 | 0.19 |
| Hex | 4 | 5C | 38 | 60 | 0 | 27 | 40 | 9B | 5C | 13 |
| Octal | 4 | 134 | 70 | 140 | 0 | 47 | 100 | 233 | 134 | 23 |
| Binary | 100 | 1011100 | 111000 | 1100000 | 0 | 100111 | 1000000 | 10011011 | 1011100 | 10011 |
Color Harmonies of #045C38
Complementary color
Monochromatic Colors of #045C38
Black with #045C38
Text Example
Text Example
White with #045C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045C38; }
p { color: rgb(4,92,56); }
H1.HeaderClassName
{
color: #045C38;
}
.AnyTagClassName
{
color: #045C38;
}
</style>
background-color css
<style>
a { background-color: #045C38; }
a { background-color: rgb(4,92,56); }
div.DivClassName
{
background-color: #045C38;
}
.BgClassName
{
background-color: #045C38;
}
</style>
border-color css
<style>
span { border-color: #045C38; }
span { border-color: rgb(4,92,56); }
td.TdClassName
{
border-color: #045C38;
}
.TagClassName
{
border-color: #045C38;
}
</style>