Shades of Eucalyptus #269C53
Tints of Eucalyptus #269C53
RGB
CMYK
RGB Variations
Color information
#269C53 (or 0x269C53) is known color: Eucalyptus. HEX triplet: 26, 9C and 53. RGB value is (38,156,83). Sum of RGB (Red+Green+Blue) = 38+156+83=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 156 (61.33% from 255 or 56.32% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 156 - color contains mainly: green. Hex color #269C53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C53 is #D963AC. Grayscale: #707070. Windows color (decimal): -14246829 or 5479462. OLE color: 5479462.
HSL color Cylindrical-coordinate representation of color #269C53: hue angle of 142.88º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C53 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 83 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.39 |
| HSL | 142.88º | 0.61% | 0.38% | - |
| HSV(B) | 142.88º | 0.76% | 0.61% | - |
| XYZ | 14.25 | 24.81 | 12.22 | - |
| YUV | 112.4 | 111.41 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 83 | 0.76 | 0 | 0.47 | 0.39 | 142.88 | 0.61 | 0.38 |
| Hex | 26 | 9C | 53 | 4C | 0 | 2F | 27 | 8F | 3D | 26 |
| Octal | 46 | 234 | 123 | 114 | 0 | 57 | 47 | 217 | 75 | 46 |
| Binary | 100110 | 10011100 | 1010011 | 1001100 | 0 | 101111 | 100111 | 10001111 | 111101 | 100110 |
Color Harmonies of #269C53
Complementary color
Monochromatic Colors of #269C53
Black with #269C53
Text Example
Text Example
White with #269C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C53; }
p { color: rgb(38,156,83); }
H1.HeaderClassName
{
color: #269C53;
}
.AnyTagClassName
{
color: #269C53;
}
</style>
background-color css
<style>
a { background-color: #269C53; }
a { background-color: rgb(38,156,83); }
div.DivClassName
{
background-color: #269C53;
}
.BgClassName
{
background-color: #269C53;
}
</style>
border-color css
<style>
span { border-color: #269C53; }
span { border-color: rgb(38,156,83); }
td.TdClassName
{
border-color: #269C53;
}
.TagClassName
{
border-color: #269C53;
}
</style>