Shades of Eucalyptus #3D8F69
Tints of Eucalyptus #3D8F69
RGB
CMYK
RGB Variations
Color information
#3D8F69 (or 0x3D8F69) is known color: Eucalyptus. HEX triplet: 3D, 8F and 69. RGB value is (61,143,105). Sum of RGB (Red+Green+Blue) = 61+143+105=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #3D8F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8F69 is #C27096. Grayscale: #727272. Windows color (decimal): -12742807 or 6917949. OLE color: 6917949.
HSL color Cylindrical-coordinate representation of color #3D8F69: hue angle of 152.2º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8F69 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 143 | 105 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.44 |
| HSL | 152.2º | 0.4% | 0.4% | - |
| HSV(B) | 152.2º | 0.57% | 0.56% | - |
| XYZ | 14.3 | 21.66 | 16.79 | - |
| YUV | 114.15 | 122.83 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 143 | 105 | 0.57 | 0 | 0.27 | 0.44 | 152.2 | 0.4 | 0.4 |
| Hex | 3D | 8F | 69 | 39 | 0 | 1B | 2C | 98 | 28 | 28 |
| Octal | 75 | 217 | 151 | 71 | 0 | 33 | 54 | 230 | 50 | 50 |
| Binary | 111101 | 10001111 | 1101001 | 111001 | 0 | 11011 | 101100 | 10011000 | 101000 | 101000 |
Color Harmonies of #3D8F69
Complementary color
Monochromatic Colors of #3D8F69
Black with #3D8F69
Text Example
Text Example
White with #3D8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8F69; }
p { color: rgb(61,143,105); }
H1.HeaderClassName
{
color: #3D8F69;
}
.AnyTagClassName
{
color: #3D8F69;
}
</style>
background-color css
<style>
a { background-color: #3D8F69; }
a { background-color: rgb(61,143,105); }
div.DivClassName
{
background-color: #3D8F69;
}
.BgClassName
{
background-color: #3D8F69;
}
</style>
border-color css
<style>
span { border-color: #3D8F69; }
span { border-color: rgb(61,143,105); }
td.TdClassName
{
border-color: #3D8F69;
}
.TagClassName
{
border-color: #3D8F69;
}
</style>