Shades of Eucalyptus #3F926A
Tints of Eucalyptus #3F926A
RGB
CMYK
RGB Variations
Color information
#3F926A (or 0x3F926A) is known color: Eucalyptus. HEX triplet: 3F, 92 and 6A. RGB value is (63,146,106). Sum of RGB (Red+Green+Blue) = 63+146+106=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #3F926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F926A is #C06D95. Grayscale: #747474. Windows color (decimal): -12610966 or 6984255. OLE color: 6984255.
HSL color Cylindrical-coordinate representation of color #3F926A: hue angle of 151.08º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F926A is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 146 | 106 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.43 |
| HSL | 151.08º | 0.4% | 0.41% | - |
| HSV(B) | 151.08º | 0.57% | 0.57% | - |
| XYZ | 14.93 | 22.66 | 17.22 | - |
| YUV | 116.62 | 122 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 106 | 0.57 | 0 | 0.27 | 0.43 | 151.08 | 0.4 | 0.41 |
| Hex | 3F | 92 | 6A | 39 | 0 | 1B | 2B | 97 | 28 | 29 |
| Octal | 77 | 222 | 152 | 71 | 0 | 33 | 53 | 227 | 50 | 51 |
| Binary | 111111 | 10010010 | 1101010 | 111001 | 0 | 11011 | 101011 | 10010111 | 101000 | 101001 |
Color Harmonies of #3F926A
Complementary color
Monochromatic Colors of #3F926A
Black with #3F926A
Text Example
Text Example
White with #3F926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F926A; }
p { color: rgb(63,146,106); }
H1.HeaderClassName
{
color: #3F926A;
}
.AnyTagClassName
{
color: #3F926A;
}
</style>
background-color css
<style>
a { background-color: #3F926A; }
a { background-color: rgb(63,146,106); }
div.DivClassName
{
background-color: #3F926A;
}
.BgClassName
{
background-color: #3F926A;
}
</style>
border-color css
<style>
span { border-color: #3F926A; }
span { border-color: rgb(63,146,106); }
td.TdClassName
{
border-color: #3F926A;
}
.TagClassName
{
border-color: #3F926A;
}
</style>