Shades of Crusoe #145423
Tints of Crusoe #145423
RGB
CMYK
RGB Variations
Color information
#145423 (or 0x145423) is known color: Crusoe. HEX triplet: 14, 54 and 23. RGB value is (20,84,35). Sum of RGB (Red+Green+Blue) = 20+84+35=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #145423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145423 is #EBABDC. Grayscale: #3B3B3B. Windows color (decimal): -15444957 or 2315284. OLE color: 2315284.
HSL color Cylindrical-coordinate representation of color #145423: hue angle of 134.06º 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 #145423 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 35 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.67 |
| HSL | 134.06º | 0.62% | 0.2% | - |
| HSV(B) | 134.06º | 0.76% | 0.33% | - |
| XYZ | 3.76 | 6.61 | 2.67 | - |
| YUV | 59.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 35 | 0.76 | 0 | 0.58 | 0.67 | 134.06 | 0.62 | 0.2 |
| Hex | 14 | 54 | 23 | 4C | 0 | 3A | 43 | 86 | 3E | 14 |
| Octal | 24 | 124 | 43 | 114 | 0 | 72 | 103 | 206 | 76 | 24 |
| Binary | 10100 | 1010100 | 100011 | 1001100 | 0 | 111010 | 1000011 | 10000110 | 111110 | 10100 |
Color Harmonies of #145423
Complementary color
Monochromatic Colors of #145423
Black with #145423
Text Example
Text Example
White with #145423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145423; }
p { color: rgb(20,84,35); }
H1.HeaderClassName
{
color: #145423;
}
.AnyTagClassName
{
color: #145423;
}
</style>
background-color css
<style>
a { background-color: #145423; }
a { background-color: rgb(20,84,35); }
div.DivClassName
{
background-color: #145423;
}
.BgClassName
{
background-color: #145423;
}
</style>
border-color css
<style>
span { border-color: #145423; }
span { border-color: rgb(20,84,35); }
td.TdClassName
{
border-color: #145423;
}
.TagClassName
{
border-color: #145423;
}
</style>