Shades of Crusoe #045A27
Tints of Crusoe #045A27
RGB
CMYK
RGB Variations
Color information
#045A27 (or 0x045A27) is known color: Crusoe. HEX triplet: 04, 5A and 27. RGB value is (4,90,39). Sum of RGB (Red+Green+Blue) = 4+90+39=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 90 (35.55% from 255 or 67.67% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 90 - color contains mainly: green. Hex color #045A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A27 is #FBA5D8. Grayscale: #3A3A3A. Windows color (decimal): -16491993 or 2578948. OLE color: 2578948.
HSL color Cylindrical-coordinate representation of color #045A27: hue angle of 144.42º 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 #045A27 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 39 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.65 |
| HSL | 144.42º | 0.91% | 0.18% | - |
| HSV(B) | 144.42º | 0.96% | 0.35% | - |
| XYZ | 4.07 | 7.48 | 3.15 | - |
| YUV | 58.47 | 117.01 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 39 | 0.96 | 0 | 0.57 | 0.65 | 144.42 | 0.91 | 0.18 |
| Hex | 4 | 5A | 27 | 60 | 0 | 39 | 41 | 90 | 5B | 12 |
| Octal | 4 | 132 | 47 | 140 | 0 | 71 | 101 | 220 | 133 | 22 |
| Binary | 100 | 1011010 | 100111 | 1100000 | 0 | 111001 | 1000001 | 10010000 | 1011011 | 10010 |
Color Harmonies of #045A27
Complementary color
Monochromatic Colors of #045A27
Black with #045A27
Text Example
Text Example
White with #045A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A27; }
p { color: rgb(4,90,39); }
H1.HeaderClassName
{
color: #045A27;
}
.AnyTagClassName
{
color: #045A27;
}
</style>
background-color css
<style>
a { background-color: #045A27; }
a { background-color: rgb(4,90,39); }
div.DivClassName
{
background-color: #045A27;
}
.BgClassName
{
background-color: #045A27;
}
</style>
border-color css
<style>
span { border-color: #045A27; }
span { border-color: rgb(4,90,39); }
td.TdClassName
{
border-color: #045A27;
}
.TagClassName
{
border-color: #045A27;
}
</style>