Shades of Eucalyptus #3D8F5C
Tints of Eucalyptus #3D8F5C
RGB
CMYK
RGB Variations
Color information
#3D8F5C (or 0x3D8F5C) is known color: Eucalyptus. HEX triplet: 3D, 8F and 5C. RGB value is (61,143,92). Sum of RGB (Red+Green+Blue) = 61+143+92=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #3D8F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8F5C is #C270A3. Grayscale: #707070. Windows color (decimal): -12742820 or 6065981. OLE color: 6065981.
HSL color Cylindrical-coordinate representation of color #3D8F5C: hue angle of 142.68º 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 #3D8F5C is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 143 | 92 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.44 |
| HSL | 142.68º | 0.4% | 0.4% | - |
| HSV(B) | 142.68º | 0.57% | 0.56% | - |
| XYZ | 13.68 | 21.41 | 13.54 | - |
| YUV | 112.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 143 | 92 | 0.57 | 0 | 0.36 | 0.44 | 142.68 | 0.4 | 0.4 |
| Hex | 3D | 8F | 5C | 39 | 0 | 24 | 2C | 8F | 28 | 28 |
| Octal | 75 | 217 | 134 | 71 | 0 | 44 | 54 | 217 | 50 | 50 |
| Binary | 111101 | 10001111 | 1011100 | 111001 | 0 | 100100 | 101100 | 10001111 | 101000 | 101000 |
Color Harmonies of #3D8F5C
Complementary color
Monochromatic Colors of #3D8F5C
Black with #3D8F5C
Text Example
Text Example
White with #3D8F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8F5C; }
p { color: rgb(61,143,92); }
H1.HeaderClassName
{
color: #3D8F5C;
}
.AnyTagClassName
{
color: #3D8F5C;
}
</style>
background-color css
<style>
a { background-color: #3D8F5C; }
a { background-color: rgb(61,143,92); }
div.DivClassName
{
background-color: #3D8F5C;
}
.BgClassName
{
background-color: #3D8F5C;
}
</style>
border-color css
<style>
span { border-color: #3D8F5C; }
span { border-color: rgb(61,143,92); }
td.TdClassName
{
border-color: #3D8F5C;
}
.TagClassName
{
border-color: #3D8F5C;
}
</style>