Shades of Crusoe #045B14
Tints of Crusoe #045B14
RGB
CMYK
RGB Variations
Color information
#045B14 (or 0x045B14) is known color: Crusoe. HEX triplet: 04, 5B and 14. RGB value is (4,91,20). Sum of RGB (Red+Green+Blue) = 4+91+20=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 91 (35.94% from 255 or 79.13% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 91 - color contains mainly: green. Hex color #045B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045B14 is #FBA4EB. Grayscale: #393939. Windows color (decimal): -16491756 or 1334020. OLE color: 1334020.
HSL color Cylindrical-coordinate representation of color #045B14: hue angle of 131.03º 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 #045B14 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 91 | 20 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.64 |
| HSL | 131.03º | 0.92% | 0.19% | - |
| HSV(B) | 131.03º | 0.96% | 0.36% | - |
| XYZ | 3.92 | 7.56 | 1.91 | - |
| YUV | 56.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 20 | 0.96 | 0 | 0.78 | 0.64 | 131.03 | 0.92 | 0.19 |
| Hex | 4 | 5B | 14 | 60 | 0 | 4E | 40 | 83 | 5C | 13 |
| Octal | 4 | 133 | 24 | 140 | 0 | 116 | 100 | 203 | 134 | 23 |
| Binary | 100 | 1011011 | 10100 | 1100000 | 0 | 1001110 | 1000000 | 10000011 | 1011100 | 10011 |
Color Harmonies of #045B14
Complementary color
Monochromatic Colors of #045B14
Black with #045B14
Text Example
Text Example
White with #045B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045B14; }
p { color: rgb(4,91,20); }
H1.HeaderClassName
{
color: #045B14;
}
.AnyTagClassName
{
color: #045B14;
}
</style>
background-color css
<style>
a { background-color: #045B14; }
a { background-color: rgb(4,91,20); }
div.DivClassName
{
background-color: #045B14;
}
.BgClassName
{
background-color: #045B14;
}
</style>
border-color css
<style>
span { border-color: #045B14; }
span { border-color: rgb(4,91,20); }
td.TdClassName
{
border-color: #045B14;
}
.TagClassName
{
border-color: #045B14;
}
</style>