Shades of Crusoe #03582A
Tints of Crusoe #03582A
RGB
CMYK
RGB Variations
Color information
#03582A (or 0x03582A) is known color: Crusoe. HEX triplet: 03, 58 and 2A. RGB value is (3,88,42). Sum of RGB (Red+Green+Blue) = 3+88+42=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 88 (34.77% from 255 or 66.17% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 88 - color contains mainly: green. Hex color #03582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03582A is #FCA7D5. Grayscale: #393939. Windows color (decimal): -16558038 or 2775043. OLE color: 2775043.
HSL color Cylindrical-coordinate representation of color #03582A: hue angle of 147.53º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03582A is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 88 | 42 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.65 |
| HSL | 147.53º | 0.93% | 0.18% | - |
| HSV(B) | 147.53º | 0.97% | 0.35% | - |
| XYZ | 3.95 | 7.17 | 3.37 | - |
| YUV | 57.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 42 | 0.97 | 0 | 0.52 | 0.65 | 147.53 | 0.93 | 0.18 |
| Hex | 3 | 58 | 2A | 61 | 0 | 34 | 41 | 94 | 5D | 12 |
| Octal | 3 | 130 | 52 | 141 | 0 | 64 | 101 | 224 | 135 | 22 |
| Binary | 11 | 1011000 | 101010 | 1100001 | 0 | 110100 | 1000001 | 10010100 | 1011101 | 10010 |
Color Harmonies of #03582A
Complementary color
Monochromatic Colors of #03582A
Black with #03582A
Text Example
Text Example
White with #03582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03582A; }
p { color: rgb(3,88,42); }
H1.HeaderClassName
{
color: #03582A;
}
.AnyTagClassName
{
color: #03582A;
}
</style>
background-color css
<style>
a { background-color: #03582A; }
a { background-color: rgb(3,88,42); }
div.DivClassName
{
background-color: #03582A;
}
.BgClassName
{
background-color: #03582A;
}
</style>
border-color css
<style>
span { border-color: #03582A; }
span { border-color: rgb(3,88,42); }
td.TdClassName
{
border-color: #03582A;
}
.TagClassName
{
border-color: #03582A;
}
</style>