Shades of Crusoe #125420
Tints of Crusoe #125420
RGB
CMYK
RGB Variations
Color information
#125420 (or 0x125420) is known color: Crusoe. HEX triplet: 12, 54 and 20. RGB value is (18,84,32). Sum of RGB (Red+Green+Blue) = 18+84+32=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #125420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125420 is #EDABDF. Grayscale: #3A3A3A. Windows color (decimal): -15576032 or 2118674. OLE color: 2118674.
HSL color Cylindrical-coordinate representation of color #125420: hue angle of 132.73º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125420 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 84 | 32 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.67 |
| HSL | 132.73º | 0.65% | 0.2% | - |
| HSV(B) | 132.73º | 0.79% | 0.33% | - |
| XYZ | 3.68 | 6.57 | 2.44 | - |
| YUV | 58.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 32 | 0.79 | 0 | 0.62 | 0.67 | 132.73 | 0.65 | 0.2 |
| Hex | 12 | 54 | 20 | 4F | 0 | 3E | 43 | 85 | 41 | 14 |
| Octal | 22 | 124 | 40 | 117 | 0 | 76 | 103 | 205 | 101 | 24 |
| Binary | 10010 | 1010100 | 100000 | 1001111 | 0 | 111110 | 1000011 | 10000101 | 1000001 | 10100 |
Color Harmonies of #125420
Complementary color
Monochromatic Colors of #125420
Black with #125420
Text Example
Text Example
White with #125420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125420; }
p { color: rgb(18,84,32); }
H1.HeaderClassName
{
color: #125420;
}
.AnyTagClassName
{
color: #125420;
}
</style>
background-color css
<style>
a { background-color: #125420; }
a { background-color: rgb(18,84,32); }
div.DivClassName
{
background-color: #125420;
}
.BgClassName
{
background-color: #125420;
}
</style>
border-color css
<style>
span { border-color: #125420; }
span { border-color: rgb(18,84,32); }
td.TdClassName
{
border-color: #125420;
}
.TagClassName
{
border-color: #125420;
}
</style>