Shades of Eucalyptus #26A44B
Tints of Eucalyptus #26A44B
RGB
CMYK
RGB Variations
Color information
#26A44B (or 0x26A44B) is known color: Eucalyptus. HEX triplet: 26, A4 and 4B. RGB value is (38,164,75). Sum of RGB (Red+Green+Blue) = 38+164+75=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #26A44B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26A44B is #D95BB4. Grayscale: #747474. Windows color (decimal): -14244789 or 4957222. OLE color: 4957222.
HSL color Cylindrical-coordinate representation of color #26A44B: hue angle of 137.62º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A44B is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 164 | 75 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.36 |
| HSL | 137.62º | 0.62% | 0.4% | - |
| HSV(B) | 137.62º | 0.77% | 0.64% | - |
| XYZ | 15.34 | 27.47 | 11.15 | - |
| YUV | 116.18 | 104.76 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 164 | 75 | 0.77 | 0 | 0.54 | 0.36 | 137.62 | 0.62 | 0.4 |
| Hex | 26 | A4 | 4B | 4D | 0 | 36 | 24 | 8A | 3E | 28 |
| Octal | 46 | 244 | 113 | 115 | 0 | 66 | 44 | 212 | 76 | 50 |
| Binary | 100110 | 10100100 | 1001011 | 1001101 | 0 | 110110 | 100100 | 10001010 | 111110 | 101000 |
Color Harmonies of #26A44B
Complementary color
Monochromatic Colors of #26A44B
Black with #26A44B
Text Example
Text Example
White with #26A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A44B; }
p { color: rgb(38,164,75); }
H1.HeaderClassName
{
color: #26A44B;
}
.AnyTagClassName
{
color: #26A44B;
}
</style>
background-color css
<style>
a { background-color: #26A44B; }
a { background-color: rgb(38,164,75); }
div.DivClassName
{
background-color: #26A44B;
}
.BgClassName
{
background-color: #26A44B;
}
</style>
border-color css
<style>
span { border-color: #26A44B; }
span { border-color: rgb(38,164,75); }
td.TdClassName
{
border-color: #26A44B;
}
.TagClassName
{
border-color: #26A44B;
}
</style>