Shades of Fun Green #065538
Tints of Fun Green #065538
RGB
CMYK
RGB Variations
Color information
#065538 (or 0x065538) is known color: Fun Green. HEX triplet: 06, 55 and 38. RGB value is (6,85,56). Sum of RGB (Red+Green+Blue) = 6+85+56=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #065538 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065538 is #F9AAC7. Grayscale: #3A3A3A. Windows color (decimal): -16362184 or 3691782. OLE color: 3691782.
HSL color Cylindrical-coordinate representation of color #065538: hue angle of 157.97º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065538 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 85 | 56 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.67 |
| HSL | 157.97º | 0.87% | 0.18% | - |
| HSV(B) | 157.97º | 0.93% | 0.33% | - |
| XYZ | 4.04 | 6.82 | 4.85 | - |
| YUV | 58.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 56 | 0.93 | 0 | 0.34 | 0.67 | 157.97 | 0.87 | 0.18 |
| Hex | 6 | 55 | 38 | 5D | 0 | 22 | 43 | 9E | 57 | 12 |
| Octal | 6 | 125 | 70 | 135 | 0 | 42 | 103 | 236 | 127 | 22 |
| Binary | 110 | 1010101 | 111000 | 1011101 | 0 | 100010 | 1000011 | 10011110 | 1010111 | 10010 |
Color Harmonies of #065538
Complementary color
Monochromatic Colors of #065538
Black with #065538
Text Example
Text Example
White with #065538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065538; }
p { color: rgb(6,85,56); }
H1.HeaderClassName
{
color: #065538;
}
.AnyTagClassName
{
color: #065538;
}
</style>
background-color css
<style>
a { background-color: #065538; }
a { background-color: rgb(6,85,56); }
div.DivClassName
{
background-color: #065538;
}
.BgClassName
{
background-color: #065538;
}
</style>
border-color css
<style>
span { border-color: #065538; }
span { border-color: rgb(6,85,56); }
td.TdClassName
{
border-color: #065538;
}
.TagClassName
{
border-color: #065538;
}
</style>