Shades of Eucalyptus #269366
Tints of Eucalyptus #269366
RGB
CMYK
RGB Variations
Color information
#269366 (or 0x269366) is known color: Eucalyptus. HEX triplet: 26, 93 and 66. RGB value is (38,147,102). Sum of RGB (Red+Green+Blue) = 38+147+102=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #269366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269366 is #D96C99. Grayscale: #6D6D6D. Windows color (decimal): -14249114 or 6722342. OLE color: 6722342.
HSL color Cylindrical-coordinate representation of color #269366: hue angle of 155.23º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269366 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 102 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.42 |
| HSL | 155.23º | 0.59% | 0.36% | - |
| HSV(B) | 155.23º | 0.74% | 0.58% | - |
| XYZ | 13.63 | 22.24 | 16.14 | - |
| YUV | 109.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 102 | 0.74 | 0 | 0.31 | 0.42 | 155.23 | 0.59 | 0.36 |
| Hex | 26 | 93 | 66 | 4A | 0 | 1F | 2A | 9B | 3B | 24 |
| Octal | 46 | 223 | 146 | 112 | 0 | 37 | 52 | 233 | 73 | 44 |
| Binary | 100110 | 10010011 | 1100110 | 1001010 | 0 | 11111 | 101010 | 10011011 | 111011 | 100100 |
Color Harmonies of #269366
Complementary color
Monochromatic Colors of #269366
Black with #269366
Text Example
Text Example
White with #269366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269366; }
p { color: rgb(38,147,102); }
H1.HeaderClassName
{
color: #269366;
}
.AnyTagClassName
{
color: #269366;
}
</style>
background-color css
<style>
a { background-color: #269366; }
a { background-color: rgb(38,147,102); }
div.DivClassName
{
background-color: #269366;
}
.BgClassName
{
background-color: #269366;
}
</style>
border-color css
<style>
span { border-color: #269366; }
span { border-color: rgb(38,147,102); }
td.TdClassName
{
border-color: #269366;
}
.TagClassName
{
border-color: #269366;
}
</style>