Shades of Pine Tree #183600
Tints of Pine Tree #183600
RGB
CMYK
RGB Variations
Color information
#183600 (or 0x183600) is known color: Pine Tree. HEX triplet: 18, 36 and 00. RGB value is (24,54,0). Sum of RGB (Red+Green+Blue) = 24+54+0=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 54 (21.48% from 255 or 69.23% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 54 - color contains mainly: green. Hex color #183600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183600 is #E7C9FF. Grayscale: #272727. Windows color (decimal): -15190528 or 13848. OLE color: 13848.
HSL color Cylindrical-coordinate representation of color #183600: hue angle of 93.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #183600 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 54 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.79 |
| HSL | 93.33º | 1% | 0.11% | - |
| HSV(B) | 93.33º | 1% | 0.21% | - |
| XYZ | 1.7 | 2.83 | 0.46 | - |
| YUV | 38.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 0 | 0.56 | 0 | 1 | 0.79 | 93.33 | 1 | 0.11 |
| Hex | 18 | 36 | 0 | 38 | 0 | 64 | 4F | 5D | 64 | B |
| Octal | 30 | 66 | 0 | 70 | 0 | 144 | 117 | 135 | 144 | 13 |
| Binary | 11000 | 110110 | 0 | 111000 | 0 | 1100100 | 1001111 | 1011101 | 1100100 | 1011 |
Color Harmonies of #183600
Complementary color
Monochromatic Colors of #183600
Black with #183600
Text Example
Text Example
White with #183600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183600; }
p { color: rgb(24,54,0); }
H1.HeaderClassName
{
color: #183600;
}
.AnyTagClassName
{
color: #183600;
}
</style>
background-color css
<style>
a { background-color: #183600; }
a { background-color: rgb(24,54,0); }
div.DivClassName
{
background-color: #183600;
}
.BgClassName
{
background-color: #183600;
}
</style>
border-color css
<style>
span { border-color: #183600; }
span { border-color: rgb(24,54,0); }
td.TdClassName
{
border-color: #183600;
}
.TagClassName
{
border-color: #183600;
}
</style>