Shades of Japanese Laurel #26863C
Tints of Japanese Laurel #26863C
RGB
CMYK
RGB Variations
Color information
#26863C (or 0x26863C) is known color: Japanese Laurel. HEX triplet: 26, 86 and 3C. RGB value is (38,134,60). Sum of RGB (Red+Green+Blue) = 38+134+60=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #26863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26863C is #D979C3. Grayscale: #616161. Windows color (decimal): -14252484 or 3966502. OLE color: 3966502.
HSL color Cylindrical-coordinate representation of color #26863C: hue angle of 133.75º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26863C is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 134 | 60 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.47 |
| HSL | 133.75º | 0.56% | 0.34% | - |
| HSV(B) | 133.75º | 0.72% | 0.53% | - |
| XYZ | 10.14 | 17.79 | 7.17 | - |
| YUV | 96.86 | 107.2 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 60 | 0.72 | 0 | 0.55 | 0.47 | 133.75 | 0.56 | 0.34 |
| Hex | 26 | 86 | 3C | 48 | 0 | 37 | 2F | 86 | 38 | 22 |
| Octal | 46 | 206 | 74 | 110 | 0 | 67 | 57 | 206 | 70 | 42 |
| Binary | 100110 | 10000110 | 111100 | 1001000 | 0 | 110111 | 101111 | 10000110 | 111000 | 100010 |
Color Harmonies of #26863C
Complementary color
Monochromatic Colors of #26863C
Black with #26863C
Text Example
Text Example
White with #26863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26863C; }
p { color: rgb(38,134,60); }
H1.HeaderClassName
{
color: #26863C;
}
.AnyTagClassName
{
color: #26863C;
}
</style>
background-color css
<style>
a { background-color: #26863C; }
a { background-color: rgb(38,134,60); }
div.DivClassName
{
background-color: #26863C;
}
.BgClassName
{
background-color: #26863C;
}
</style>
border-color css
<style>
span { border-color: #26863C; }
span { border-color: rgb(38,134,60); }
td.TdClassName
{
border-color: #26863C;
}
.TagClassName
{
border-color: #26863C;
}
</style>