Shades of Crusoe #1C5025
Tints of Crusoe #1C5025
RGB
CMYK
RGB Variations
Color information
#1C5025 (or 0x1C5025) is known color: Crusoe. HEX triplet: 1C, 50 and 25. RGB value is (28,80,37). Sum of RGB (Red+Green+Blue) = 28+80+37=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #1C5025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5025 is #E3AFDA. Grayscale: #3B3B3B. Windows color (decimal): -14921691 or 2445340. OLE color: 2445340.
HSL color Cylindrical-coordinate representation of color #1C5025: hue angle of 130.38º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C5025 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 80 | 37 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.69 |
| HSL | 130.38º | 0.48% | 0.21% | - |
| HSV(B) | 130.38º | 0.65% | 0.31% | - |
| XYZ | 3.68 | 6.12 | 2.74 | - |
| YUV | 59.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 37 | 0.65 | 0 | 0.54 | 0.69 | 130.38 | 0.48 | 0.21 |
| Hex | 1C | 50 | 25 | 41 | 0 | 36 | 45 | 82 | 30 | 15 |
| Octal | 34 | 120 | 45 | 101 | 0 | 66 | 105 | 202 | 60 | 25 |
| Binary | 11100 | 1010000 | 100101 | 1000001 | 0 | 110110 | 1000101 | 10000010 | 110000 | 10101 |
Color Harmonies of #1C5025
Complementary color
Monochromatic Colors of #1C5025
Black with #1C5025
Text Example
Text Example
White with #1C5025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5025; }
p { color: rgb(28,80,37); }
H1.HeaderClassName
{
color: #1C5025;
}
.AnyTagClassName
{
color: #1C5025;
}
</style>
background-color css
<style>
a { background-color: #1C5025; }
a { background-color: rgb(28,80,37); }
div.DivClassName
{
background-color: #1C5025;
}
.BgClassName
{
background-color: #1C5025;
}
</style>
border-color css
<style>
span { border-color: #1C5025; }
span { border-color: rgb(28,80,37); }
td.TdClassName
{
border-color: #1C5025;
}
.TagClassName
{
border-color: #1C5025;
}
</style>