Shades of Crusoe #145425
Tints of Crusoe #145425
RGB
CMYK
RGB Variations
Color information
#145425 (or 0x145425) is known color: Crusoe. HEX triplet: 14, 54 and 25. RGB value is (20,84,37). Sum of RGB (Red+Green+Blue) = 20+84+37=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #145425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145425 is #EBABDA. Grayscale: #3B3B3B. Windows color (decimal): -15444955 or 2446356. OLE color: 2446356.
HSL color Cylindrical-coordinate representation of color #145425: hue angle of 135.94º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145425 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 37 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.67 |
| HSL | 135.94º | 0.62% | 0.2% | - |
| HSV(B) | 135.94º | 0.76% | 0.33% | - |
| XYZ | 3.79 | 6.62 | 2.83 | - |
| YUV | 59.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 37 | 0.76 | 0 | 0.56 | 0.67 | 135.94 | 0.62 | 0.2 |
| Hex | 14 | 54 | 25 | 4C | 0 | 38 | 43 | 88 | 3E | 14 |
| Octal | 24 | 124 | 45 | 114 | 0 | 70 | 103 | 210 | 76 | 24 |
| Binary | 10100 | 1010100 | 100101 | 1001100 | 0 | 111000 | 1000011 | 10001000 | 111110 | 10100 |
Color Harmonies of #145425
Complementary color
Monochromatic Colors of #145425
Black with #145425
Text Example
Text Example
White with #145425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145425; }
p { color: rgb(20,84,37); }
H1.HeaderClassName
{
color: #145425;
}
.AnyTagClassName
{
color: #145425;
}
</style>
background-color css
<style>
a { background-color: #145425; }
a { background-color: rgb(20,84,37); }
div.DivClassName
{
background-color: #145425;
}
.BgClassName
{
background-color: #145425;
}
</style>
border-color css
<style>
span { border-color: #145425; }
span { border-color: rgb(20,84,37); }
td.TdClassName
{
border-color: #145425;
}
.TagClassName
{
border-color: #145425;
}
</style>