Shades of Crusoe #04552A
Tints of Crusoe #04552A
RGB
CMYK
RGB Variations
Color information
#04552A (or 0x04552A) is known color: Crusoe. HEX triplet: 04, 55 and 2A. RGB value is (4,85,42). Sum of RGB (Red+Green+Blue) = 4+85+42=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #04552A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04552A is #FBAAD5. Grayscale: #373737. Windows color (decimal): -16493270 or 2774276. OLE color: 2774276.
HSL color Cylindrical-coordinate representation of color #04552A: hue angle of 148.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04552A is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 42 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.67 |
| HSL | 148.15º | 0.91% | 0.17% | - |
| HSV(B) | 148.15º | 0.95% | 0.33% | - |
| XYZ | 3.72 | 6.69 | 3.29 | - |
| YUV | 55.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 42 | 0.95 | 0 | 0.51 | 0.67 | 148.15 | 0.91 | 0.17 |
| Hex | 4 | 55 | 2A | 5F | 0 | 33 | 43 | 94 | 5B | 11 |
| Octal | 4 | 125 | 52 | 137 | 0 | 63 | 103 | 224 | 133 | 21 |
| Binary | 100 | 1010101 | 101010 | 1011111 | 0 | 110011 | 1000011 | 10010100 | 1011011 | 10001 |
Color Harmonies of #04552A
Complementary color
Monochromatic Colors of #04552A
Black with #04552A
Text Example
Text Example
White with #04552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04552A; }
p { color: rgb(4,85,42); }
H1.HeaderClassName
{
color: #04552A;
}
.AnyTagClassName
{
color: #04552A;
}
</style>
background-color css
<style>
a { background-color: #04552A; }
a { background-color: rgb(4,85,42); }
div.DivClassName
{
background-color: #04552A;
}
.BgClassName
{
background-color: #04552A;
}
</style>
border-color css
<style>
span { border-color: #04552A; }
span { border-color: rgb(4,85,42); }
td.TdClassName
{
border-color: #04552A;
}
.TagClassName
{
border-color: #04552A;
}
</style>