Shades of Eucalyptus #269465
Tints of Eucalyptus #269465
RGB
CMYK
RGB Variations
Color information
#269465 (or 0x269465) is known color: Eucalyptus. HEX triplet: 26, 94 and 65. RGB value is (38,148,101). Sum of RGB (Red+Green+Blue) = 38+148+101=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #269465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269465 is #D96B9A. Grayscale: #6D6D6D. Windows color (decimal): -14248859 or 6657062. OLE color: 6657062.
HSL color Cylindrical-coordinate representation of color #269465: hue angle of 154.36º 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 #269465 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 148 | 101 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.42 |
| HSL | 154.36º | 0.59% | 0.36% | - |
| HSV(B) | 154.36º | 0.74% | 0.58% | - |
| XYZ | 13.74 | 22.53 | 15.94 | - |
| YUV | 109.75 | 123.06 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 101 | 0.74 | 0 | 0.32 | 0.42 | 154.36 | 0.59 | 0.36 |
| Hex | 26 | 94 | 65 | 4A | 0 | 20 | 2A | 9A | 3B | 24 |
| Octal | 46 | 224 | 145 | 112 | 0 | 40 | 52 | 232 | 73 | 44 |
| Binary | 100110 | 10010100 | 1100101 | 1001010 | 0 | 100000 | 101010 | 10011010 | 111011 | 100100 |
Color Harmonies of #269465
Complementary color
Monochromatic Colors of #269465
Black with #269465
Text Example
Text Example
White with #269465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269465; }
p { color: rgb(38,148,101); }
H1.HeaderClassName
{
color: #269465;
}
.AnyTagClassName
{
color: #269465;
}
</style>
background-color css
<style>
a { background-color: #269465; }
a { background-color: rgb(38,148,101); }
div.DivClassName
{
background-color: #269465;
}
.BgClassName
{
background-color: #269465;
}
</style>
border-color css
<style>
span { border-color: #269465; }
span { border-color: rgb(38,148,101); }
td.TdClassName
{
border-color: #269465;
}
.TagClassName
{
border-color: #269465;
}
</style>