Shades of Crusoe #045B2D
Tints of Crusoe #045B2D
RGB
CMYK
RGB Variations
Color information
#045B2D (or 0x045B2D) is known color: Crusoe. HEX triplet: 04, 5B and 2D. RGB value is (4,91,45). Sum of RGB (Red+Green+Blue) = 4+91+45=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 91 (35.94% from 255 or 65% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 91 - color contains mainly: green. Hex color #045B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045B2D is #FBA4D2. Grayscale: #3B3B3B. Windows color (decimal): -16491731 or 2972420. OLE color: 2972420.
HSL color Cylindrical-coordinate representation of color #045B2D: hue angle of 148.28º 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 #045B2D is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 91 | 45 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.64 |
| HSL | 148.28º | 0.92% | 0.19% | - |
| HSV(B) | 148.28º | 0.96% | 0.36% | - |
| XYZ | 4.26 | 7.7 | 3.74 | - |
| YUV | 59.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 45 | 0.96 | 0 | 0.51 | 0.64 | 148.28 | 0.92 | 0.19 |
| Hex | 4 | 5B | 2D | 60 | 0 | 33 | 40 | 94 | 5C | 13 |
| Octal | 4 | 133 | 55 | 140 | 0 | 63 | 100 | 224 | 134 | 23 |
| Binary | 100 | 1011011 | 101101 | 1100000 | 0 | 110011 | 1000000 | 10010100 | 1011100 | 10011 |
Color Harmonies of #045B2D
Complementary color
Monochromatic Colors of #045B2D
Black with #045B2D
Text Example
Text Example
White with #045B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045B2D; }
p { color: rgb(4,91,45); }
H1.HeaderClassName
{
color: #045B2D;
}
.AnyTagClassName
{
color: #045B2D;
}
</style>
background-color css
<style>
a { background-color: #045B2D; }
a { background-color: rgb(4,91,45); }
div.DivClassName
{
background-color: #045B2D;
}
.BgClassName
{
background-color: #045B2D;
}
</style>
border-color css
<style>
span { border-color: #045B2D; }
span { border-color: rgb(4,91,45); }
td.TdClassName
{
border-color: #045B2D;
}
.TagClassName
{
border-color: #045B2D;
}
</style>