Shades of Crusoe #135430
Tints of Crusoe #135430
RGB
CMYK
RGB Variations
Color information
#135430 (or 0x135430) is known color: Crusoe. HEX triplet: 13, 54 and 30. RGB value is (19,84,48). Sum of RGB (Red+Green+Blue) = 19+84+48=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #135430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135430 is #ECABCF. Grayscale: #3C3C3C. Windows color (decimal): -15510480 or 3167251. OLE color: 3167251.
HSL color Cylindrical-coordinate representation of color #135430: hue angle of 146.77º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135430 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 84 | 48 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.67 |
| HSL | 146.77º | 0.63% | 0.2% | - |
| HSV(B) | 146.77º | 0.77% | 0.33% | - |
| XYZ | 3.97 | 6.69 | 3.88 | - |
| YUV | 60.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 48 | 0.77 | 0 | 0.43 | 0.67 | 146.77 | 0.63 | 0.2 |
| Hex | 13 | 54 | 30 | 4D | 0 | 2B | 43 | 93 | 3F | 14 |
| Octal | 23 | 124 | 60 | 115 | 0 | 53 | 103 | 223 | 77 | 24 |
| Binary | 10011 | 1010100 | 110000 | 1001101 | 0 | 101011 | 1000011 | 10010011 | 111111 | 10100 |
Color Harmonies of #135430
Complementary color
Monochromatic Colors of #135430
Black with #135430
Text Example
Text Example
White with #135430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135430; }
p { color: rgb(19,84,48); }
H1.HeaderClassName
{
color: #135430;
}
.AnyTagClassName
{
color: #135430;
}
</style>
background-color css
<style>
a { background-color: #135430; }
a { background-color: rgb(19,84,48); }
div.DivClassName
{
background-color: #135430;
}
.BgClassName
{
background-color: #135430;
}
</style>
border-color css
<style>
span { border-color: #135430; }
span { border-color: rgb(19,84,48); }
td.TdClassName
{
border-color: #135430;
}
.TagClassName
{
border-color: #135430;
}
</style>