Shades of Crusoe #125A26
Tints of Crusoe #125A26
RGB
CMYK
RGB Variations
Color information
#125A26 (or 0x125A26) is known color: Crusoe. HEX triplet: 12, 5A and 26. RGB value is (18,90,38). Sum of RGB (Red+Green+Blue) = 18+90+38=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 90 (35.55% from 255 or 61.64% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 90 - color contains mainly: green. Hex color #125A26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A26 is #EDA5D9. Grayscale: #3E3E3E. Windows color (decimal): -15574490 or 2513426. OLE color: 2513426.
HSL color Cylindrical-coordinate representation of color #125A26: hue angle of 136.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125A26 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 38 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.65 |
| HSL | 136.67º | 0.67% | 0.21% | - |
| HSV(B) | 136.67º | 0.8% | 0.35% | - |
| XYZ | 4.26 | 7.58 | 3.07 | - |
| YUV | 62.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 38 | 0.80 | 0 | 0.58 | 0.65 | 136.67 | 0.67 | 0.21 |
| Hex | 12 | 5A | 26 | 50 | 0 | 3A | 41 | 89 | 43 | 15 |
| Octal | 22 | 132 | 46 | 120 | 0 | 72 | 101 | 211 | 103 | 25 |
| Binary | 10010 | 1011010 | 100110 | 1010000 | 0 | 111010 | 1000001 | 10001001 | 1000011 | 10101 |
Color Harmonies of #125A26
Complementary color
Monochromatic Colors of #125A26
Black with #125A26
Text Example
Text Example
White with #125A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A26; }
p { color: rgb(18,90,38); }
H1.HeaderClassName
{
color: #125A26;
}
.AnyTagClassName
{
color: #125A26;
}
</style>
background-color css
<style>
a { background-color: #125A26; }
a { background-color: rgb(18,90,38); }
div.DivClassName
{
background-color: #125A26;
}
.BgClassName
{
background-color: #125A26;
}
</style>
border-color css
<style>
span { border-color: #125A26; }
span { border-color: rgb(18,90,38); }
td.TdClassName
{
border-color: #125A26;
}
.TagClassName
{
border-color: #125A26;
}
</style>