Shades of Fun Green #095D3B
Tints of Fun Green #095D3B
RGB
CMYK
RGB Variations
Color information
#095D3B (or 0x095D3B) is known color: Fun Green. HEX triplet: 09, 5D and 3B. RGB value is (9,93,59). Sum of RGB (Red+Green+Blue) = 9+93+59=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #095D3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D3B is #F6A2C4. Grayscale: #404040. Windows color (decimal): -16163525 or 3890441. OLE color: 3890441.
HSL color Cylindrical-coordinate representation of color #095D3B: hue angle of 155.71º 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 #095D3B is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 59 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.64 |
| HSL | 155.71º | 0.82% | 0.2% | - |
| HSV(B) | 155.71º | 0.9% | 0.36% | - |
| XYZ | 4.82 | 8.2 | 5.47 | - |
| YUV | 64.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 59 | 0.90 | 0 | 0.37 | 0.64 | 155.71 | 0.82 | 0.2 |
| Hex | 9 | 5D | 3B | 5A | 0 | 25 | 40 | 9C | 52 | 14 |
| Octal | 11 | 135 | 73 | 132 | 0 | 45 | 100 | 234 | 122 | 24 |
| Binary | 1001 | 1011101 | 111011 | 1011010 | 0 | 100101 | 1000000 | 10011100 | 1010010 | 10100 |
Color Harmonies of #095D3B
Complementary color
Monochromatic Colors of #095D3B
Black with #095D3B
Text Example
Text Example
White with #095D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D3B; }
p { color: rgb(9,93,59); }
H1.HeaderClassName
{
color: #095D3B;
}
.AnyTagClassName
{
color: #095D3B;
}
</style>
background-color css
<style>
a { background-color: #095D3B; }
a { background-color: rgb(9,93,59); }
div.DivClassName
{
background-color: #095D3B;
}
.BgClassName
{
background-color: #095D3B;
}
</style>
border-color css
<style>
span { border-color: #095D3B; }
span { border-color: rgb(9,93,59); }
td.TdClassName
{
border-color: #095D3B;
}
.TagClassName
{
border-color: #095D3B;
}
</style>