Shades of Eucalyptus #269463
Tints of Eucalyptus #269463
RGB
CMYK
RGB Variations
Color information
#269463 (or 0x269463) is known color: Eucalyptus. HEX triplet: 26, 94 and 63. RGB value is (38,148,99). Sum of RGB (Red+Green+Blue) = 38+148+99=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #269463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269463 is #D96B9C. Grayscale: #6D6D6D. Windows color (decimal): -14248861 or 6525990. OLE color: 6525990.
HSL color Cylindrical-coordinate representation of color #269463: hue angle of 153.27º 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 #269463 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 148 | 99 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.42 |
| HSL | 153.27º | 0.59% | 0.36% | - |
| HSV(B) | 153.27º | 0.74% | 0.58% | - |
| XYZ | 13.64 | 22.49 | 15.43 | - |
| YUV | 109.52 | 122.06 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 99 | 0.74 | 0 | 0.33 | 0.42 | 153.27 | 0.59 | 0.36 |
| Hex | 26 | 94 | 63 | 4A | 0 | 21 | 2A | 99 | 3B | 24 |
| Octal | 46 | 224 | 143 | 112 | 0 | 41 | 52 | 231 | 73 | 44 |
| Binary | 100110 | 10010100 | 1100011 | 1001010 | 0 | 100001 | 101010 | 10011001 | 111011 | 100100 |
Color Harmonies of #269463
Complementary color
Monochromatic Colors of #269463
Black with #269463
Text Example
Text Example
White with #269463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269463; }
p { color: rgb(38,148,99); }
H1.HeaderClassName
{
color: #269463;
}
.AnyTagClassName
{
color: #269463;
}
</style>
background-color css
<style>
a { background-color: #269463; }
a { background-color: rgb(38,148,99); }
div.DivClassName
{
background-color: #269463;
}
.BgClassName
{
background-color: #269463;
}
</style>
border-color css
<style>
span { border-color: #269463; }
span { border-color: rgb(38,148,99); }
td.TdClassName
{
border-color: #269463;
}
.TagClassName
{
border-color: #269463;
}
</style>