Shades of Crusoe #134F28
Tints of Crusoe #134F28
RGB
CMYK
RGB Variations
Color information
#134F28 (or 0x134F28) is known color: Crusoe. HEX triplet: 13, 4F and 28. RGB value is (19,79,40). Sum of RGB (Red+Green+Blue) = 19+79+40=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 79 (31.25% from 255 or 57.25% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 79 - color contains mainly: green. Hex color #134F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F28 is #ECB0D7. Grayscale: #383838. Windows color (decimal): -15511768 or 2641683. OLE color: 2641683.
HSL color Cylindrical-coordinate representation of color #134F28: hue angle of 141º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F28 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 40 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.69 |
| HSL | 141º | 0.61% | 0.19% | - |
| HSV(B) | 141º | 0.76% | 0.31% | - |
| XYZ | 3.45 | 5.88 | 2.96 | - |
| YUV | 56.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 40 | 0.76 | 0 | 0.49 | 0.69 | 141 | 0.61 | 0.19 |
| Hex | 13 | 4F | 28 | 4C | 0 | 31 | 45 | 8D | 3D | 13 |
| Octal | 23 | 117 | 50 | 114 | 0 | 61 | 105 | 215 | 75 | 23 |
| Binary | 10011 | 1001111 | 101000 | 1001100 | 0 | 110001 | 1000101 | 10001101 | 111101 | 10011 |
Color Harmonies of #134F28
Complementary color
Monochromatic Colors of #134F28
Black with #134F28
Text Example
Text Example
White with #134F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F28; }
p { color: rgb(19,79,40); }
H1.HeaderClassName
{
color: #134F28;
}
.AnyTagClassName
{
color: #134F28;
}
</style>
background-color css
<style>
a { background-color: #134F28; }
a { background-color: rgb(19,79,40); }
div.DivClassName
{
background-color: #134F28;
}
.BgClassName
{
background-color: #134F28;
}
</style>
border-color css
<style>
span { border-color: #134F28; }
span { border-color: rgb(19,79,40); }
td.TdClassName
{
border-color: #134F28;
}
.TagClassName
{
border-color: #134F28;
}
</style>