Shades of Crusoe #045C26
Tints of Crusoe #045C26
RGB
CMYK
RGB Variations
Color information
#045C26 (or 0x045C26) is known color: Crusoe. HEX triplet: 04, 5C and 26. RGB value is (4,92,38). Sum of RGB (Red+Green+Blue) = 4+92+38=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 92 (36.33% from 255 or 68.66% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 92 - color contains mainly: green. Hex color #045C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045C26 is #FBA3D9. Grayscale: #3B3B3B. Windows color (decimal): -16491482 or 2513924. OLE color: 2513924.
HSL color Cylindrical-coordinate representation of color #045C26: hue angle of 143.18º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045C26 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 92 | 38 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.64 |
| HSL | 143.18º | 0.92% | 0.19% | - |
| HSV(B) | 143.18º | 0.96% | 0.36% | - |
| XYZ | 4.23 | 7.82 | 3.12 | - |
| YUV | 59.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 38 | 0.96 | 0 | 0.59 | 0.64 | 143.18 | 0.92 | 0.19 |
| Hex | 4 | 5C | 26 | 60 | 0 | 3B | 40 | 8F | 5C | 13 |
| Octal | 4 | 134 | 46 | 140 | 0 | 73 | 100 | 217 | 134 | 23 |
| Binary | 100 | 1011100 | 100110 | 1100000 | 0 | 111011 | 1000000 | 10001111 | 1011100 | 10011 |
Color Harmonies of #045C26
Complementary color
Monochromatic Colors of #045C26
Black with #045C26
Text Example
Text Example
White with #045C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045C26; }
p { color: rgb(4,92,38); }
H1.HeaderClassName
{
color: #045C26;
}
.AnyTagClassName
{
color: #045C26;
}
</style>
background-color css
<style>
a { background-color: #045C26; }
a { background-color: rgb(4,92,38); }
div.DivClassName
{
background-color: #045C26;
}
.BgClassName
{
background-color: #045C26;
}
</style>
border-color css
<style>
span { border-color: #045C26; }
span { border-color: rgb(4,92,38); }
td.TdClassName
{
border-color: #045C26;
}
.TagClassName
{
border-color: #045C26;
}
</style>