Shades of Eucalyptus #35A168
Tints of Eucalyptus #35A168
RGB
CMYK
RGB Variations
Color information
#35A168 (or 0x35A168) is known color: Eucalyptus. HEX triplet: 35, A1 and 68. RGB value is (53,161,104). Sum of RGB (Red+Green+Blue) = 53+161+104=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #35A168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A168 is #CA5E97. Grayscale: #7A7A7A. Windows color (decimal): -13262488 or 6857013. OLE color: 6857013.
HSL color Cylindrical-coordinate representation of color #35A168: hue angle of 148.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A168 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 161 | 104 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.37 |
| HSL | 148.33º | 0.5% | 0.42% | - |
| HSV(B) | 148.33º | 0.67% | 0.63% | - |
| XYZ | 16.71 | 27.25 | 17.47 | - |
| YUV | 122.21 | 117.72 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 161 | 104 | 0.67 | 0 | 0.35 | 0.37 | 148.33 | 0.5 | 0.42 |
| Hex | 35 | A1 | 68 | 43 | 0 | 23 | 25 | 94 | 32 | 2A |
| Octal | 65 | 241 | 150 | 103 | 0 | 43 | 45 | 224 | 62 | 52 |
| Binary | 110101 | 10100001 | 1101000 | 1000011 | 0 | 100011 | 100101 | 10010100 | 110010 | 101010 |
Color Harmonies of #35A168
Complementary color
Monochromatic Colors of #35A168
Black with #35A168
Text Example
Text Example
White with #35A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A168; }
p { color: rgb(53,161,104); }
H1.HeaderClassName
{
color: #35A168;
}
.AnyTagClassName
{
color: #35A168;
}
</style>
background-color css
<style>
a { background-color: #35A168; }
a { background-color: rgb(53,161,104); }
div.DivClassName
{
background-color: #35A168;
}
.BgClassName
{
background-color: #35A168;
}
</style>
border-color css
<style>
span { border-color: #35A168; }
span { border-color: rgb(53,161,104); }
td.TdClassName
{
border-color: #35A168;
}
.TagClassName
{
border-color: #35A168;
}
</style>