Shades of Crusoe #125A21
Tints of Crusoe #125A21
RGB
CMYK
RGB Variations
Color information
#125A21 (or 0x125A21) is known color: Crusoe. HEX triplet: 12, 5A and 21. RGB value is (18,90,33). Sum of RGB (Red+Green+Blue) = 18+90+33=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 90 (35.55% from 255 or 63.83% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 90 - color contains mainly: green. Hex color #125A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A21 is #EDA5DE. Grayscale: #3E3E3E. Windows color (decimal): -15574495 or 2185746. OLE color: 2185746.
HSL color Cylindrical-coordinate representation of color #125A21: hue angle of 132.5º 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 #125A21 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 33 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.65 |
| HSL | 132.5º | 0.67% | 0.21% | - |
| HSV(B) | 132.5º | 0.8% | 0.35% | - |
| XYZ | 4.18 | 7.55 | 2.68 | - |
| YUV | 61.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 33 | 0.80 | 0 | 0.63 | 0.65 | 132.5 | 0.67 | 0.21 |
| Hex | 12 | 5A | 21 | 50 | 0 | 3F | 41 | 84 | 43 | 15 |
| Octal | 22 | 132 | 41 | 120 | 0 | 77 | 101 | 204 | 103 | 25 |
| Binary | 10010 | 1011010 | 100001 | 1010000 | 0 | 111111 | 1000001 | 10000100 | 1000011 | 10101 |
Color Harmonies of #125A21
Complementary color
Monochromatic Colors of #125A21
Black with #125A21
Text Example
Text Example
White with #125A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A21; }
p { color: rgb(18,90,33); }
H1.HeaderClassName
{
color: #125A21;
}
.AnyTagClassName
{
color: #125A21;
}
</style>
background-color css
<style>
a { background-color: #125A21; }
a { background-color: rgb(18,90,33); }
div.DivClassName
{
background-color: #125A21;
}
.BgClassName
{
background-color: #125A21;
}
</style>
border-color css
<style>
span { border-color: #125A21; }
span { border-color: rgb(18,90,33); }
td.TdClassName
{
border-color: #125A21;
}
.TagClassName
{
border-color: #125A21;
}
</style>