Shades of Eucalyptus #269363
Tints of Eucalyptus #269363
RGB
CMYK
RGB Variations
Color information
#269363 (or 0x269363) is known color: Eucalyptus. HEX triplet: 26, 93 and 63. RGB value is (38,147,99). Sum of RGB (Red+Green+Blue) = 38+147+99=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #269363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269363 is #D96C9C. Grayscale: #6D6D6D. Windows color (decimal): -14249117 or 6525734. OLE color: 6525734.
HSL color Cylindrical-coordinate representation of color #269363: hue angle of 153.58º 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 #269363 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 99 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.42 |
| HSL | 153.58º | 0.59% | 0.36% | - |
| HSV(B) | 153.58º | 0.74% | 0.58% | - |
| XYZ | 13.49 | 22.18 | 15.37 | - |
| YUV | 108.94 | 122.39 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 99 | 0.74 | 0 | 0.33 | 0.42 | 153.58 | 0.59 | 0.36 |
| Hex | 26 | 93 | 63 | 4A | 0 | 21 | 2A | 9A | 3B | 24 |
| Octal | 46 | 223 | 143 | 112 | 0 | 41 | 52 | 232 | 73 | 44 |
| Binary | 100110 | 10010011 | 1100011 | 1001010 | 0 | 100001 | 101010 | 10011010 | 111011 | 100100 |
Color Harmonies of #269363
Complementary color
Monochromatic Colors of #269363
Black with #269363
Text Example
Text Example
White with #269363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269363; }
p { color: rgb(38,147,99); }
H1.HeaderClassName
{
color: #269363;
}
.AnyTagClassName
{
color: #269363;
}
</style>
background-color css
<style>
a { background-color: #269363; }
a { background-color: rgb(38,147,99); }
div.DivClassName
{
background-color: #269363;
}
.BgClassName
{
background-color: #269363;
}
</style>
border-color css
<style>
span { border-color: #269363; }
span { border-color: rgb(38,147,99); }
td.TdClassName
{
border-color: #269363;
}
.TagClassName
{
border-color: #269363;
}
</style>