Shades of Fun Green #005C38
Tints of Fun Green #005C38
RGB
CMYK
RGB Variations
Color information
#005C38 (or 0x005C38) is known color: Fun Green. HEX triplet: 00, 5C and 38. RGB value is (0,92,56). Sum of RGB (Red+Green+Blue) = 0+92+56=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #005C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005C38 is #FFA3C7. Grayscale: #3C3C3C. Windows color (decimal): -16753608 or 3693568. OLE color: 3693568.
HSL color Cylindrical-coordinate representation of color #005C38: hue angle of 156.52º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C38 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 56 | - |
| CMYK | 1 | 0 | 0.39 | 0.64 |
| HSL | 156.52º | 1% | 0.18% | - |
| HSV(B) | 156.52º | 1% | 0.36% | - |
| XYZ | 4.54 | 7.94 | 5.03 | - |
| YUV | 60.39 | 125.52 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 56 | 1 | 0 | 0.39 | 0.64 | 156.52 | 1 | 0.18 |
| Hex | 0 | 5C | 38 | 64 | 0 | 27 | 40 | 9D | 64 | 12 |
| Octal | 0 | 134 | 70 | 144 | 0 | 47 | 100 | 235 | 144 | 22 |
| Binary | 0 | 1011100 | 111000 | 1100100 | 0 | 100111 | 1000000 | 10011101 | 1100100 | 10010 |
Color Harmonies of #005C38
Complementary color
Monochromatic Colors of #005C38
Black with #005C38
Text Example
Text Example
White with #005C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C38; }
p { color: rgb(0,92,56); }
H1.HeaderClassName
{
color: #005C38;
}
.AnyTagClassName
{
color: #005C38;
}
</style>
background-color css
<style>
a { background-color: #005C38; }
a { background-color: rgb(0,92,56); }
div.DivClassName
{
background-color: #005C38;
}
.BgClassName
{
background-color: #005C38;
}
</style>
border-color css
<style>
span { border-color: #005C38; }
span { border-color: rgb(0,92,56); }
td.TdClassName
{
border-color: #005C38;
}
.TagClassName
{
border-color: #005C38;
}
</style>