Shades of Eucalyptus #35A667
Tints of Eucalyptus #35A667
RGB
CMYK
RGB Variations
Color information
#35A667 (or 0x35A667) is known color: Eucalyptus. HEX triplet: 35, A6 and 67. RGB value is (53,166,103). Sum of RGB (Red+Green+Blue) = 53+166+103=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #35A667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A667 is #CA5998. Grayscale: #7D7D7D. Windows color (decimal): -13261209 or 6792757. OLE color: 6792757.
HSL color Cylindrical-coordinate representation of color #35A667: hue angle of 146.55º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A667 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 166 | 103 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.35 |
| HSL | 146.55º | 0.52% | 0.43% | - |
| HSV(B) | 146.55º | 0.68% | 0.65% | - |
| XYZ | 17.55 | 29.01 | 17.51 | - |
| YUV | 125.03 | 115.56 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 166 | 103 | 0.68 | 0 | 0.38 | 0.35 | 146.55 | 0.52 | 0.43 |
| Hex | 35 | A6 | 67 | 44 | 0 | 26 | 23 | 93 | 34 | 2B |
| Octal | 65 | 246 | 147 | 104 | 0 | 46 | 43 | 223 | 64 | 53 |
| Binary | 110101 | 10100110 | 1100111 | 1000100 | 0 | 100110 | 100011 | 10010011 | 110100 | 101011 |
Color Harmonies of #35A667
Complementary color
Monochromatic Colors of #35A667
Black with #35A667
Text Example
Text Example
White with #35A667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A667; }
p { color: rgb(53,166,103); }
H1.HeaderClassName
{
color: #35A667;
}
.AnyTagClassName
{
color: #35A667;
}
</style>
background-color css
<style>
a { background-color: #35A667; }
a { background-color: rgb(53,166,103); }
div.DivClassName
{
background-color: #35A667;
}
.BgClassName
{
background-color: #35A667;
}
</style>
border-color css
<style>
span { border-color: #35A667; }
span { border-color: rgb(53,166,103); }
td.TdClassName
{
border-color: #35A667;
}
.TagClassName
{
border-color: #35A667;
}
</style>