Shades of Crusoe #045A13
Tints of Crusoe #045A13
RGB
CMYK
RGB Variations
Color information
#045A13 (or 0x045A13) is known color: Crusoe. HEX triplet: 04, 5A and 13. RGB value is (4,90,19). Sum of RGB (Red+Green+Blue) = 4+90+19=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #045A13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A13 is #FBA5EC. Grayscale: #383838. Windows color (decimal): -16492013 or 1268228. OLE color: 1268228.
HSL color Cylindrical-coordinate representation of color #045A13: hue angle of 130.47º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A13 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 19 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.65 |
| HSL | 130.47º | 0.91% | 0.18% | - |
| HSV(B) | 130.47º | 0.96% | 0.35% | - |
| XYZ | 3.82 | 7.39 | 1.84 | - |
| YUV | 56.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 19 | 0.96 | 0 | 0.79 | 0.65 | 130.47 | 0.91 | 0.18 |
| Hex | 4 | 5A | 13 | 60 | 0 | 4F | 41 | 82 | 5B | 12 |
| Octal | 4 | 132 | 23 | 140 | 0 | 117 | 101 | 202 | 133 | 22 |
| Binary | 100 | 1011010 | 10011 | 1100000 | 0 | 1001111 | 1000001 | 10000010 | 1011011 | 10010 |
Color Harmonies of #045A13
Complementary color
Monochromatic Colors of #045A13
Black with #045A13
Text Example
Text Example
White with #045A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A13; }
p { color: rgb(4,90,19); }
H1.HeaderClassName
{
color: #045A13;
}
.AnyTagClassName
{
color: #045A13;
}
</style>
background-color css
<style>
a { background-color: #045A13; }
a { background-color: rgb(4,90,19); }
div.DivClassName
{
background-color: #045A13;
}
.BgClassName
{
background-color: #045A13;
}
</style>
border-color css
<style>
span { border-color: #045A13; }
span { border-color: rgb(4,90,19); }
td.TdClassName
{
border-color: #045A13;
}
.TagClassName
{
border-color: #045A13;
}
</style>