Shades of Crusoe #045D2F
Tints of Crusoe #045D2F
RGB
CMYK
RGB Variations
Color information
#045D2F (or 0x045D2F) is known color: Crusoe. HEX triplet: 04, 5D and 2F. RGB value is (4,93,47). Sum of RGB (Red+Green+Blue) = 4+93+47=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 93 (36.72% from 255 or 64.58% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 93 - color contains mainly: green. Hex color #045D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D2F is #FBA2D0. Grayscale: #3D3D3D. Windows color (decimal): -16491217 or 3104004. OLE color: 3104004.
HSL color Cylindrical-coordinate representation of color #045D2F: hue angle of 148.99º 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 #045D2F is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 47 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.64 |
| HSL | 148.99º | 0.92% | 0.19% | - |
| HSV(B) | 148.99º | 0.96% | 0.36% | - |
| XYZ | 4.48 | 8.06 | 4.01 | - |
| YUV | 61.15 | 120.01 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 47 | 0.96 | 0 | 0.49 | 0.64 | 148.99 | 0.92 | 0.19 |
| Hex | 4 | 5D | 2F | 60 | 0 | 31 | 40 | 95 | 5C | 13 |
| Octal | 4 | 135 | 57 | 140 | 0 | 61 | 100 | 225 | 134 | 23 |
| Binary | 100 | 1011101 | 101111 | 1100000 | 0 | 110001 | 1000000 | 10010101 | 1011100 | 10011 |
Color Harmonies of #045D2F
Complementary color
Monochromatic Colors of #045D2F
Black with #045D2F
Text Example
Text Example
White with #045D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D2F; }
p { color: rgb(4,93,47); }
H1.HeaderClassName
{
color: #045D2F;
}
.AnyTagClassName
{
color: #045D2F;
}
</style>
background-color css
<style>
a { background-color: #045D2F; }
a { background-color: rgb(4,93,47); }
div.DivClassName
{
background-color: #045D2F;
}
.BgClassName
{
background-color: #045D2F;
}
</style>
border-color css
<style>
span { border-color: #045D2F; }
span { border-color: rgb(4,93,47); }
td.TdClassName
{
border-color: #045D2F;
}
.TagClassName
{
border-color: #045D2F;
}
</style>