Shades of Crusoe #08542C
Tints of Crusoe #08542C
RGB
CMYK
RGB Variations
Color information
#08542C (or 0x08542C) is known color: Crusoe. HEX triplet: 08, 54 and 2C. RGB value is (8,84,44). Sum of RGB (Red+Green+Blue) = 8+84+44=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #08542C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08542C is #F7ABD3. Grayscale: #383838. Windows color (decimal): -16231380 or 2905096. OLE color: 2905096.
HSL color Cylindrical-coordinate representation of color #08542C: hue angle of 148.42º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08542C is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 44 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.67 |
| HSL | 148.42º | 0.83% | 0.18% | - |
| HSV(B) | 148.42º | 0.9% | 0.33% | - |
| XYZ | 3.73 | 6.57 | 3.46 | - |
| YUV | 56.72 | 120.82 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 44 | 0.90 | 0 | 0.48 | 0.67 | 148.42 | 0.83 | 0.18 |
| Hex | 8 | 54 | 2C | 5A | 0 | 30 | 43 | 94 | 53 | 12 |
| Octal | 10 | 124 | 54 | 132 | 0 | 60 | 103 | 224 | 123 | 22 |
| Binary | 1000 | 1010100 | 101100 | 1011010 | 0 | 110000 | 1000011 | 10010100 | 1010011 | 10010 |
Color Harmonies of #08542C
Complementary color
Monochromatic Colors of #08542C
Black with #08542C
Text Example
Text Example
White with #08542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08542C; }
p { color: rgb(8,84,44); }
H1.HeaderClassName
{
color: #08542C;
}
.AnyTagClassName
{
color: #08542C;
}
</style>
background-color css
<style>
a { background-color: #08542C; }
a { background-color: rgb(8,84,44); }
div.DivClassName
{
background-color: #08542C;
}
.BgClassName
{
background-color: #08542C;
}
</style>
border-color css
<style>
span { border-color: #08542C; }
span { border-color: rgb(8,84,44); }
td.TdClassName
{
border-color: #08542C;
}
.TagClassName
{
border-color: #08542C;
}
</style>