Shades of Crusoe #045C14
Tints of Crusoe #045C14
RGB
CMYK
RGB Variations
Color information
#045C14 (or 0x045C14) is known color: Crusoe. HEX triplet: 04, 5C and 14. RGB value is (4,92,20). Sum of RGB (Red+Green+Blue) = 4+92+20=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 92 (36.33% from 255 or 79.31% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 92 - color contains mainly: green. Hex color #045C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045C14 is #FBA3EB. Grayscale: #393939. Windows color (decimal): -16491500 or 1334276. OLE color: 1334276.
HSL color Cylindrical-coordinate representation of color #045C14: hue angle of 130.91º 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 #045C14 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 92 | 20 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.64 |
| HSL | 130.91º | 0.92% | 0.19% | - |
| HSV(B) | 130.91º | 0.96% | 0.36% | - |
| XYZ | 4 | 7.73 | 1.94 | - |
| YUV | 57.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 20 | 0.96 | 0 | 0.78 | 0.64 | 130.91 | 0.92 | 0.19 |
| Hex | 4 | 5C | 14 | 60 | 0 | 4E | 40 | 83 | 5C | 13 |
| Octal | 4 | 134 | 24 | 140 | 0 | 116 | 100 | 203 | 134 | 23 |
| Binary | 100 | 1011100 | 10100 | 1100000 | 0 | 1001110 | 1000000 | 10000011 | 1011100 | 10011 |
Color Harmonies of #045C14
Complementary color
Monochromatic Colors of #045C14
Black with #045C14
Text Example
Text Example
White with #045C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045C14; }
p { color: rgb(4,92,20); }
H1.HeaderClassName
{
color: #045C14;
}
.AnyTagClassName
{
color: #045C14;
}
</style>
background-color css
<style>
a { background-color: #045C14; }
a { background-color: rgb(4,92,20); }
div.DivClassName
{
background-color: #045C14;
}
.BgClassName
{
background-color: #045C14;
}
</style>
border-color css
<style>
span { border-color: #045C14; }
span { border-color: rgb(4,92,20); }
td.TdClassName
{
border-color: #045C14;
}
.TagClassName
{
border-color: #045C14;
}
</style>