Shades of Crusoe #03752A
Tints of Crusoe #03752A
RGB
CMYK
RGB Variations
Color information
#03752A (or 0x03752A) is known color: Crusoe. HEX triplet: 03, 75 and 2A. RGB value is (3,117,42). Sum of RGB (Red+Green+Blue) = 3+117+42=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #03752A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03752A is #FC8AD5. Grayscale: #4A4A4A. Windows color (decimal): -16550614 or 2782467. OLE color: 2782467.
HSL color Cylindrical-coordinate representation of color #03752A: hue angle of 140.53º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03752A is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 117 | 42 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.54 |
| HSL | 140.53º | 0.95% | 0.24% | - |
| HSV(B) | 140.53º | 0.97% | 0.46% | - |
| XYZ | 6.82 | 12.91 | 4.32 | - |
| YUV | 74.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 42 | 0.97 | 0 | 0.64 | 0.54 | 140.53 | 0.95 | 0.24 |
| Hex | 3 | 75 | 2A | 61 | 0 | 40 | 36 | 8D | 5F | 18 |
| Octal | 3 | 165 | 52 | 141 | 0 | 100 | 66 | 215 | 137 | 30 |
| Binary | 11 | 1110101 | 101010 | 1100001 | 0 | 1000000 | 110110 | 10001101 | 1011111 | 11000 |
Color Harmonies of #03752A
Complementary color
Monochromatic Colors of #03752A
Black with #03752A
Text Example
Text Example
White with #03752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03752A; }
p { color: rgb(3,117,42); }
H1.HeaderClassName
{
color: #03752A;
}
.AnyTagClassName
{
color: #03752A;
}
</style>
background-color css
<style>
a { background-color: #03752A; }
a { background-color: rgb(3,117,42); }
div.DivClassName
{
background-color: #03752A;
}
.BgClassName
{
background-color: #03752A;
}
</style>
border-color css
<style>
span { border-color: #03752A; }
span { border-color: rgb(3,117,42); }
td.TdClassName
{
border-color: #03752A;
}
.TagClassName
{
border-color: #03752A;
}
</style>