Shades of Eucalyptus #269362
Tints of Eucalyptus #269362
RGB
CMYK
RGB Variations
Color information
#269362 (or 0x269362) is known color: Eucalyptus. HEX triplet: 26, 93 and 62. RGB value is (38,147,98). Sum of RGB (Red+Green+Blue) = 38+147+98=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #269362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269362 is #D96C9D. Grayscale: #6C6C6C. Windows color (decimal): -14249118 or 6460198. OLE color: 6460198.
HSL color Cylindrical-coordinate representation of color #269362: hue angle of 153.03º 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 #269362 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 98 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.42 |
| HSL | 153.03º | 0.59% | 0.36% | - |
| HSV(B) | 153.03º | 0.74% | 0.58% | - |
| XYZ | 13.44 | 22.16 | 15.12 | - |
| YUV | 108.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 98 | 0.74 | 0 | 0.33 | 0.42 | 153.03 | 0.59 | 0.36 |
| Hex | 26 | 93 | 62 | 4A | 0 | 21 | 2A | 99 | 3B | 24 |
| Octal | 46 | 223 | 142 | 112 | 0 | 41 | 52 | 231 | 73 | 44 |
| Binary | 100110 | 10010011 | 1100010 | 1001010 | 0 | 100001 | 101010 | 10011001 | 111011 | 100100 |
Color Harmonies of #269362
Complementary color
Monochromatic Colors of #269362
Black with #269362
Text Example
Text Example
White with #269362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269362; }
p { color: rgb(38,147,98); }
H1.HeaderClassName
{
color: #269362;
}
.AnyTagClassName
{
color: #269362;
}
</style>
background-color css
<style>
a { background-color: #269362; }
a { background-color: rgb(38,147,98); }
div.DivClassName
{
background-color: #269362;
}
.BgClassName
{
background-color: #269362;
}
</style>
border-color css
<style>
span { border-color: #269362; }
span { border-color: rgb(38,147,98); }
td.TdClassName
{
border-color: #269362;
}
.TagClassName
{
border-color: #269362;
}
</style>