Shades of Fun Green #095B3C
Tints of Fun Green #095B3C
RGB
CMYK
RGB Variations
Color information
#095B3C (or 0x095B3C) is known color: Fun Green. HEX triplet: 09, 5B and 3C. RGB value is (9,91,60). Sum of RGB (Red+Green+Blue) = 9+91+60=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 91 (35.94% from 255 or 56.88% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 91 - color contains mainly: green. Hex color #095B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095B3C is #F6A4C3. Grayscale: #3E3E3E. Windows color (decimal): -16164036 or 3955465. OLE color: 3955465.
HSL color Cylindrical-coordinate representation of color #095B3C: hue angle of 157.32º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B3C is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 91 | 60 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.64 |
| HSL | 157.32º | 0.82% | 0.2% | - |
| HSV(B) | 157.32º | 0.9% | 0.36% | - |
| XYZ | 4.67 | 7.87 | 5.55 | - |
| YUV | 62.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 60 | 0.90 | 0 | 0.34 | 0.64 | 157.32 | 0.82 | 0.2 |
| Hex | 9 | 5B | 3C | 5A | 0 | 22 | 40 | 9D | 52 | 14 |
| Octal | 11 | 133 | 74 | 132 | 0 | 42 | 100 | 235 | 122 | 24 |
| Binary | 1001 | 1011011 | 111100 | 1011010 | 0 | 100010 | 1000000 | 10011101 | 1010010 | 10100 |
Color Harmonies of #095B3C
Complementary color
Monochromatic Colors of #095B3C
Black with #095B3C
Text Example
Text Example
White with #095B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B3C; }
p { color: rgb(9,91,60); }
H1.HeaderClassName
{
color: #095B3C;
}
.AnyTagClassName
{
color: #095B3C;
}
</style>
background-color css
<style>
a { background-color: #095B3C; }
a { background-color: rgb(9,91,60); }
div.DivClassName
{
background-color: #095B3C;
}
.BgClassName
{
background-color: #095B3C;
}
</style>
border-color css
<style>
span { border-color: #095B3C; }
span { border-color: rgb(9,91,60); }
td.TdClassName
{
border-color: #095B3C;
}
.TagClassName
{
border-color: #095B3C;
}
</style>