Shades of Fun Green #0D643C
Tints of Fun Green #0D643C
RGB
CMYK
RGB Variations
Color information
#0D643C (or 0x0D643C) is known color: Fun Green. HEX triplet: 0D, 64 and 3C. RGB value is (13,100,60). Sum of RGB (Red+Green+Blue) = 13+100+60=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #0D643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D643C is #F29BC3. Grayscale: #454545. Windows color (decimal): -15899588 or 3957773. OLE color: 3957773.
HSL color Cylindrical-coordinate representation of color #0D643C: hue angle of 152.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D643C is Cyan = 0.87, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 100 | 60 | - |
| CMYK | 0.87 | 0 | 0.4 | 0.61 |
| HSL | 152.41º | 0.77% | 0.22% | - |
| HSV(B) | 152.41º | 0.87% | 0.39% | - |
| XYZ | 5.54 | 9.53 | 5.82 | - |
| YUV | 69.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 100 | 60 | 0.87 | 0 | 0.4 | 0.61 | 152.41 | 0.77 | 0.22 |
| Hex | D | 64 | 3C | 57 | 0 | 28 | 3D | 98 | 4D | 16 |
| Octal | 15 | 144 | 74 | 127 | 0 | 50 | 75 | 230 | 115 | 26 |
| Binary | 1101 | 1100100 | 111100 | 1010111 | 0 | 101000 | 111101 | 10011000 | 1001101 | 10110 |
Color Harmonies of #0D643C
Complementary color
Monochromatic Colors of #0D643C
Black with #0D643C
Text Example
Text Example
White with #0D643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D643C; }
p { color: rgb(13,100,60); }
H1.HeaderClassName
{
color: #0D643C;
}
.AnyTagClassName
{
color: #0D643C;
}
</style>
background-color css
<style>
a { background-color: #0D643C; }
a { background-color: rgb(13,100,60); }
div.DivClassName
{
background-color: #0D643C;
}
.BgClassName
{
background-color: #0D643C;
}
</style>
border-color css
<style>
span { border-color: #0D643C; }
span { border-color: rgb(13,100,60); }
td.TdClassName
{
border-color: #0D643C;
}
.TagClassName
{
border-color: #0D643C;
}
</style>