Shades of Crusoe #135F34
Tints of Crusoe #135F34
RGB
CMYK
RGB Variations
Color information
#135F34 (or 0x135F34) is known color: Crusoe. HEX triplet: 13, 5F and 34. RGB value is (19,95,52). Sum of RGB (Red+Green+Blue) = 19+95+52=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #135F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135F34 is #ECA0CB. Grayscale: #434343. Windows color (decimal): -15507660 or 3432211. OLE color: 3432211.
HSL color Cylindrical-coordinate representation of color #135F34: hue angle of 146.05º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F34 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 95 | 52 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.63 |
| HSL | 146.05º | 0.67% | 0.22% | - |
| HSV(B) | 146.05º | 0.8% | 0.37% | - |
| XYZ | 4.98 | 8.57 | 4.64 | - |
| YUV | 67.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 52 | 0.80 | 0 | 0.45 | 0.63 | 146.05 | 0.67 | 0.22 |
| Hex | 13 | 5F | 34 | 50 | 0 | 2D | 3F | 92 | 43 | 16 |
| Octal | 23 | 137 | 64 | 120 | 0 | 55 | 77 | 222 | 103 | 26 |
| Binary | 10011 | 1011111 | 110100 | 1010000 | 0 | 101101 | 111111 | 10010010 | 1000011 | 10110 |
Color Harmonies of #135F34
Complementary color
Monochromatic Colors of #135F34
Black with #135F34
Text Example
Text Example
White with #135F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F34; }
p { color: rgb(19,95,52); }
H1.HeaderClassName
{
color: #135F34;
}
.AnyTagClassName
{
color: #135F34;
}
</style>
background-color css
<style>
a { background-color: #135F34; }
a { background-color: rgb(19,95,52); }
div.DivClassName
{
background-color: #135F34;
}
.BgClassName
{
background-color: #135F34;
}
</style>
border-color css
<style>
span { border-color: #135F34; }
span { border-color: rgb(19,95,52); }
td.TdClassName
{
border-color: #135F34;
}
.TagClassName
{
border-color: #135F34;
}
</style>