Shades of Crusoe #045A12
Tints of Crusoe #045A12
RGB
CMYK
RGB Variations
Color information
#045A12 (or 0x045A12) is known color: Crusoe. HEX triplet: 04, 5A and 12. RGB value is (4,90,18). Sum of RGB (Red+Green+Blue) = 4+90+18=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 90 (35.55% from 255 or 80.36% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 90 - color contains mainly: green. Hex color #045A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A12 is #FBA5ED. Grayscale: #383838. Windows color (decimal): -16492014 or 1202692. OLE color: 1202692.
HSL color Cylindrical-coordinate representation of color #045A12: hue angle of 129.77º 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 #045A12 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 18 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.65 |
| HSL | 129.77º | 0.91% | 0.18% | - |
| HSV(B) | 129.77º | 0.96% | 0.35% | - |
| XYZ | 3.82 | 7.38 | 1.8 | - |
| YUV | 56.08 | 106.51 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 18 | 0.96 | 0 | 0.80 | 0.65 | 129.77 | 0.91 | 0.18 |
| Hex | 4 | 5A | 12 | 60 | 0 | 50 | 41 | 82 | 5B | 12 |
| Octal | 4 | 132 | 22 | 140 | 0 | 120 | 101 | 202 | 133 | 22 |
| Binary | 100 | 1011010 | 10010 | 1100000 | 0 | 1010000 | 1000001 | 10000010 | 1011011 | 10010 |
Color Harmonies of #045A12
Complementary color
Monochromatic Colors of #045A12
Black with #045A12
Text Example
Text Example
White with #045A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A12; }
p { color: rgb(4,90,18); }
H1.HeaderClassName
{
color: #045A12;
}
.AnyTagClassName
{
color: #045A12;
}
</style>
background-color css
<style>
a { background-color: #045A12; }
a { background-color: rgb(4,90,18); }
div.DivClassName
{
background-color: #045A12;
}
.BgClassName
{
background-color: #045A12;
}
</style>
border-color css
<style>
span { border-color: #045A12; }
span { border-color: rgb(4,90,18); }
td.TdClassName
{
border-color: #045A12;
}
.TagClassName
{
border-color: #045A12;
}
</style>