Shades of Japanese Laurel #267C36
Tints of Japanese Laurel #267C36
RGB
CMYK
RGB Variations
Color information
#267C36 (or 0x267C36) is known color: Japanese Laurel. HEX triplet: 26, 7C and 36. RGB value is (38,124,54). Sum of RGB (Red+Green+Blue) = 38+124+54=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #267C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267C36 is #D983C9. Grayscale: #5A5A5A. Windows color (decimal): -14255050 or 3570726. OLE color: 3570726.
HSL color Cylindrical-coordinate representation of color #267C36: hue angle of 131.16º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C36 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 124 | 54 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.51 |
| HSL | 131.16º | 0.53% | 0.32% | - |
| HSV(B) | 131.16º | 0.69% | 0.49% | - |
| XYZ | 8.67 | 15.09 | 5.95 | - |
| YUV | 90.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 54 | 0.69 | 0 | 0.56 | 0.51 | 131.16 | 0.53 | 0.32 |
| Hex | 26 | 7C | 36 | 45 | 0 | 38 | 33 | 83 | 35 | 20 |
| Octal | 46 | 174 | 66 | 105 | 0 | 70 | 63 | 203 | 65 | 40 |
| Binary | 100110 | 1111100 | 110110 | 1000101 | 0 | 111000 | 110011 | 10000011 | 110101 | 100000 |
Color Harmonies of #267C36
Complementary color
Monochromatic Colors of #267C36
Black with #267C36
Text Example
Text Example
White with #267C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C36; }
p { color: rgb(38,124,54); }
H1.HeaderClassName
{
color: #267C36;
}
.AnyTagClassName
{
color: #267C36;
}
</style>
background-color css
<style>
a { background-color: #267C36; }
a { background-color: rgb(38,124,54); }
div.DivClassName
{
background-color: #267C36;
}
.BgClassName
{
background-color: #267C36;
}
</style>
border-color css
<style>
span { border-color: #267C36; }
span { border-color: rgb(38,124,54); }
td.TdClassName
{
border-color: #267C36;
}
.TagClassName
{
border-color: #267C36;
}
</style>