Shades of Crusoe #045B1A
Tints of Crusoe #045B1A
RGB
CMYK
RGB Variations
Color information
#045B1A (or 0x045B1A) is known color: Crusoe. HEX triplet: 04, 5B and 1A. RGB value is (4,91,26). Sum of RGB (Red+Green+Blue) = 4+91+26=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 91 (35.94% from 255 or 75.21% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 91 - color contains mainly: green. Hex color #045B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045B1A is #FBA4E5. Grayscale: #393939. Windows color (decimal): -16491750 or 1727236. OLE color: 1727236.
HSL color Cylindrical-coordinate representation of color #045B1A: hue angle of 135.17º 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 #045B1A is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 91 | 26 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.64 |
| HSL | 135.17º | 0.92% | 0.19% | - |
| HSV(B) | 135.17º | 0.96% | 0.36% | - |
| XYZ | 3.98 | 7.58 | 2.23 | - |
| YUV | 57.58 | 110.18 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 26 | 0.96 | 0 | 0.71 | 0.64 | 135.17 | 0.92 | 0.19 |
| Hex | 4 | 5B | 1A | 60 | 0 | 47 | 40 | 87 | 5C | 13 |
| Octal | 4 | 133 | 32 | 140 | 0 | 107 | 100 | 207 | 134 | 23 |
| Binary | 100 | 1011011 | 11010 | 1100000 | 0 | 1000111 | 1000000 | 10000111 | 1011100 | 10011 |
Color Harmonies of #045B1A
Complementary color
Monochromatic Colors of #045B1A
Black with #045B1A
Text Example
Text Example
White with #045B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045B1A; }
p { color: rgb(4,91,26); }
H1.HeaderClassName
{
color: #045B1A;
}
.AnyTagClassName
{
color: #045B1A;
}
</style>
background-color css
<style>
a { background-color: #045B1A; }
a { background-color: rgb(4,91,26); }
div.DivClassName
{
background-color: #045B1A;
}
.BgClassName
{
background-color: #045B1A;
}
</style>
border-color css
<style>
span { border-color: #045B1A; }
span { border-color: rgb(4,91,26); }
td.TdClassName
{
border-color: #045B1A;
}
.TagClassName
{
border-color: #045B1A;
}
</style>