Shades of Eucalyptus #269061
Tints of Eucalyptus #269061
RGB
CMYK
RGB Variations
Color information
#269061 (or 0x269061) is known color: Eucalyptus. HEX triplet: 26, 90 and 61. RGB value is (38,144,97). Sum of RGB (Red+Green+Blue) = 38+144+97=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #269061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269061 is #D96F9E. Grayscale: #6B6B6B. Windows color (decimal): -14249887 or 6393894. OLE color: 6393894.
HSL color Cylindrical-coordinate representation of color #269061: hue angle of 153.4º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269061 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 144 | 97 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.44 |
| HSL | 153.4º | 0.58% | 0.36% | - |
| HSV(B) | 153.4º | 0.74% | 0.56% | - |
| XYZ | 12.93 | 21.22 | 14.72 | - |
| YUV | 106.95 | 122.38 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 97 | 0.74 | 0 | 0.33 | 0.44 | 153.4 | 0.58 | 0.36 |
| Hex | 26 | 90 | 61 | 4A | 0 | 21 | 2C | 99 | 3A | 24 |
| Octal | 46 | 220 | 141 | 112 | 0 | 41 | 54 | 231 | 72 | 44 |
| Binary | 100110 | 10010000 | 1100001 | 1001010 | 0 | 100001 | 101100 | 10011001 | 111010 | 100100 |
Color Harmonies of #269061
Complementary color
Monochromatic Colors of #269061
Black with #269061
Text Example
Text Example
White with #269061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269061; }
p { color: rgb(38,144,97); }
H1.HeaderClassName
{
color: #269061;
}
.AnyTagClassName
{
color: #269061;
}
</style>
background-color css
<style>
a { background-color: #269061; }
a { background-color: rgb(38,144,97); }
div.DivClassName
{
background-color: #269061;
}
.BgClassName
{
background-color: #269061;
}
</style>
border-color css
<style>
span { border-color: #269061; }
span { border-color: rgb(38,144,97); }
td.TdClassName
{
border-color: #269061;
}
.TagClassName
{
border-color: #269061;
}
</style>