Shades of Eucalyptus #34945C
Tints of Eucalyptus #34945C
RGB
CMYK
RGB Variations
Color information
#34945C (or 0x34945C) is known color: Eucalyptus. HEX triplet: 34, 94 and 5C. RGB value is (52,148,92). Sum of RGB (Red+Green+Blue) = 52+148+92=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #34945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34945C is #CB6BA3. Grayscale: #717171. Windows color (decimal): -13331364 or 6067252. OLE color: 6067252.
HSL color Cylindrical-coordinate representation of color #34945C: hue angle of 145º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34945C is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 148 | 92 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.42 |
| HSL | 145º | 0.48% | 0.39% | - |
| HSV(B) | 145º | 0.65% | 0.58% | - |
| XYZ | 13.94 | 22.68 | 13.77 | - |
| YUV | 112.91 | 116.2 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 148 | 92 | 0.65 | 0 | 0.38 | 0.42 | 145 | 0.48 | 0.39 |
| Hex | 34 | 94 | 5C | 41 | 0 | 26 | 2A | 91 | 30 | 27 |
| Octal | 64 | 224 | 134 | 101 | 0 | 46 | 52 | 221 | 60 | 47 |
| Binary | 110100 | 10010100 | 1011100 | 1000001 | 0 | 100110 | 101010 | 10010001 | 110000 | 100111 |
Color Harmonies of #34945C
Complementary color
Monochromatic Colors of #34945C
Black with #34945C
Text Example
Text Example
White with #34945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34945C; }
p { color: rgb(52,148,92); }
H1.HeaderClassName
{
color: #34945C;
}
.AnyTagClassName
{
color: #34945C;
}
</style>
background-color css
<style>
a { background-color: #34945C; }
a { background-color: rgb(52,148,92); }
div.DivClassName
{
background-color: #34945C;
}
.BgClassName
{
background-color: #34945C;
}
</style>
border-color css
<style>
span { border-color: #34945C; }
span { border-color: rgb(52,148,92); }
td.TdClassName
{
border-color: #34945C;
}
.TagClassName
{
border-color: #34945C;
}
</style>