Shades of Crusoe #045A1C
Tints of Crusoe #045A1C
RGB
CMYK
RGB Variations
Color information
#045A1C (or 0x045A1C) is known color: Crusoe. HEX triplet: 04, 5A and 1C. RGB value is (4,90,28). Sum of RGB (Red+Green+Blue) = 4+90+28=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 90 (35.55% from 255 or 73.77% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 90 - color contains mainly: green. Hex color #045A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A1C is #FBA5E3. Grayscale: #393939. Windows color (decimal): -16492004 or 1858052. OLE color: 1858052.
HSL color Cylindrical-coordinate representation of color #045A1C: hue angle of 136.74º 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 #045A1C is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 28 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.65 |
| HSL | 136.74º | 0.91% | 0.18% | - |
| HSV(B) | 136.74º | 0.96% | 0.35% | - |
| XYZ | 3.92 | 7.42 | 2.32 | - |
| YUV | 57.22 | 111.51 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 28 | 0.96 | 0 | 0.69 | 0.65 | 136.74 | 0.91 | 0.18 |
| Hex | 4 | 5A | 1C | 60 | 0 | 45 | 41 | 89 | 5B | 12 |
| Octal | 4 | 132 | 34 | 140 | 0 | 105 | 101 | 211 | 133 | 22 |
| Binary | 100 | 1011010 | 11100 | 1100000 | 0 | 1000101 | 1000001 | 10001001 | 1011011 | 10010 |
Color Harmonies of #045A1C
Complementary color
Monochromatic Colors of #045A1C
Black with #045A1C
Text Example
Text Example
White with #045A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A1C; }
p { color: rgb(4,90,28); }
H1.HeaderClassName
{
color: #045A1C;
}
.AnyTagClassName
{
color: #045A1C;
}
</style>
background-color css
<style>
a { background-color: #045A1C; }
a { background-color: rgb(4,90,28); }
div.DivClassName
{
background-color: #045A1C;
}
.BgClassName
{
background-color: #045A1C;
}
</style>
border-color css
<style>
span { border-color: #045A1C; }
span { border-color: rgb(4,90,28); }
td.TdClassName
{
border-color: #045A1C;
}
.TagClassName
{
border-color: #045A1C;
}
</style>