Shades of Eucalyptus #269264
Tints of Eucalyptus #269264
RGB
CMYK
RGB Variations
Color information
#269264 (or 0x269264) is known color: Eucalyptus. HEX triplet: 26, 92 and 64. RGB value is (38,146,100). Sum of RGB (Red+Green+Blue) = 38+146+100=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #269264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269264 is #D96D9B. Grayscale: #6C6C6C. Windows color (decimal): -14249372 or 6591014. OLE color: 6591014.
HSL color Cylindrical-coordinate representation of color #269264: hue angle of 154.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269264 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 100 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.43 |
| HSL | 154.44º | 0.59% | 0.36% | - |
| HSV(B) | 154.44º | 0.74% | 0.57% | - |
| XYZ | 13.38 | 21.89 | 15.58 | - |
| YUV | 108.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 100 | 0.74 | 0 | 0.32 | 0.43 | 154.44 | 0.59 | 0.36 |
| Hex | 26 | 92 | 64 | 4A | 0 | 20 | 2B | 9A | 3B | 24 |
| Octal | 46 | 222 | 144 | 112 | 0 | 40 | 53 | 232 | 73 | 44 |
| Binary | 100110 | 10010010 | 1100100 | 1001010 | 0 | 100000 | 101011 | 10011010 | 111011 | 100100 |
Color Harmonies of #269264
Complementary color
Monochromatic Colors of #269264
Black with #269264
Text Example
Text Example
White with #269264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269264; }
p { color: rgb(38,146,100); }
H1.HeaderClassName
{
color: #269264;
}
.AnyTagClassName
{
color: #269264;
}
</style>
background-color css
<style>
a { background-color: #269264; }
a { background-color: rgb(38,146,100); }
div.DivClassName
{
background-color: #269264;
}
.BgClassName
{
background-color: #269264;
}
</style>
border-color css
<style>
span { border-color: #269264; }
span { border-color: rgb(38,146,100); }
td.TdClassName
{
border-color: #269264;
}
.TagClassName
{
border-color: #269264;
}
</style>