Shades of Crusoe #045B2E
Tints of Crusoe #045B2E
RGB
CMYK
RGB Variations
Color information
#045B2E (or 0x045B2E) is known color: Crusoe. HEX triplet: 04, 5B and 2E. RGB value is (4,91,46). Sum of RGB (Red+Green+Blue) = 4+91+46=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 91 (35.94% from 255 or 64.54% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 91 - color contains mainly: green. Hex color #045B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045B2E is #FBA4D1. Grayscale: #3B3B3B. Windows color (decimal): -16491730 or 3037956. OLE color: 3037956.
HSL color Cylindrical-coordinate representation of color #045B2E: hue angle of 148.97º 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 #045B2E is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 91 | 46 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.64 |
| HSL | 148.97º | 0.92% | 0.19% | - |
| HSV(B) | 148.97º | 0.96% | 0.36% | - |
| XYZ | 4.28 | 7.71 | 3.85 | - |
| YUV | 59.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 46 | 0.96 | 0 | 0.49 | 0.64 | 148.97 | 0.92 | 0.19 |
| Hex | 4 | 5B | 2E | 60 | 0 | 31 | 40 | 95 | 5C | 13 |
| Octal | 4 | 133 | 56 | 140 | 0 | 61 | 100 | 225 | 134 | 23 |
| Binary | 100 | 1011011 | 101110 | 1100000 | 0 | 110001 | 1000000 | 10010101 | 1011100 | 10011 |
Color Harmonies of #045B2E
Complementary color
Monochromatic Colors of #045B2E
Black with #045B2E
Text Example
Text Example
White with #045B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045B2E; }
p { color: rgb(4,91,46); }
H1.HeaderClassName
{
color: #045B2E;
}
.AnyTagClassName
{
color: #045B2E;
}
</style>
background-color css
<style>
a { background-color: #045B2E; }
a { background-color: rgb(4,91,46); }
div.DivClassName
{
background-color: #045B2E;
}
.BgClassName
{
background-color: #045B2E;
}
</style>
border-color css
<style>
span { border-color: #045B2E; }
span { border-color: rgb(4,91,46); }
td.TdClassName
{
border-color: #045B2E;
}
.TagClassName
{
border-color: #045B2E;
}
</style>