Shades of Crusoe #085A2D
Tints of Crusoe #085A2D
RGB
CMYK
RGB Variations
Color information
#085A2D (or 0x085A2D) is known color: Crusoe. HEX triplet: 08, 5A and 2D. RGB value is (8,90,45). Sum of RGB (Red+Green+Blue) = 8+90+45=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #085A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085A2D is #F7A5D2. Grayscale: #3C3C3C. Windows color (decimal): -16229843 or 2972168. OLE color: 2972168.
HSL color Cylindrical-coordinate representation of color #085A2D: hue angle of 147.07º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085A2D is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
RGB | 8 | 90 | 45 | - |
CMYK | 0.91 | 0 | 0.50 | 0.65 |
HSL | 147.07º | 0.84% | 0.19% | - |
HSV(B) | 147.07º | 0.91% | 0.35% | - |
XYZ | 4.23 | 7.55 | 3.72 | - |
YUV | 60.35 | 119.33 | 90.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 90 | 45 | 0.91 | 0 | 0.50 | 0.65 | 147.07 | 0.84 | 0.19 |
Hex | 8 | 5A | 2D | 5B | 0 | 32 | 41 | 93 | 54 | 13 |
Octal | 10 | 132 | 55 | 133 | 0 | 62 | 101 | 223 | 124 | 23 |
Binary | 1000 | 1011010 | 101101 | 1011011 | 0 | 110010 | 1000001 | 10010011 | 1010100 | 10011 |
Color Harmonies of #085A2D
Complementary color
Monochromatic Colors of #085A2D
Black with #085A2D
Text Example
Text Example
White with #085A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A2D; }
p { color: rgb(8,90,45); }
H1.HeaderClassName
{
color: #085A2D;
}
.AnyTagClassName
{
color: #085A2D;
}
</style>
background-color css
<style>
a { background-color: #085A2D; }
a { background-color: rgb(8,90,45); }
div.DivClassName
{
background-color: #085A2D;
}
.BgClassName
{
background-color: #085A2D;
}
</style>
border-color css
<style>
span { border-color: #085A2D; }
span { border-color: rgb(8,90,45); }
td.TdClassName
{
border-color: #085A2D;
}
.TagClassName
{
border-color: #085A2D;
}
</style>