Shades of Japanese Laurel #36943B
Tints of Japanese Laurel #36943B
RGB
CMYK
RGB Variations
Color information
#36943B (or 0x36943B) is known color: Japanese Laurel. HEX triplet: 36, 94 and 3B. RGB value is (54,148,59). Sum of RGB (Red+Green+Blue) = 54+148+59=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #36943B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36943B is #C96BC4. Grayscale: #6E6E6E. Windows color (decimal): -13200325 or 3904566. OLE color: 3904566.
HSL color Cylindrical-coordinate representation of color #36943B: hue angle of 123.19º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36943B is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 148 | 59 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.42 |
| HSL | 123.19º | 0.47% | 0.4% | - |
| HSV(B) | 123.19º | 0.64% | 0.58% | - |
| XYZ | 12.9 | 22.28 | 7.76 | - |
| YUV | 109.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 59 | 0.64 | 0 | 0.60 | 0.42 | 123.19 | 0.47 | 0.4 |
| Hex | 36 | 94 | 3B | 40 | 0 | 3C | 2A | 7B | 2F | 28 |
| Octal | 66 | 224 | 73 | 100 | 0 | 74 | 52 | 173 | 57 | 50 |
| Binary | 110110 | 10010100 | 111011 | 1000000 | 0 | 111100 | 101010 | 1111011 | 101111 | 101000 |
Color Harmonies of #36943B
Complementary color
Monochromatic Colors of #36943B
Black with #36943B
Text Example
Text Example
White with #36943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36943B; }
p { color: rgb(54,148,59); }
H1.HeaderClassName
{
color: #36943B;
}
.AnyTagClassName
{
color: #36943B;
}
</style>
background-color css
<style>
a { background-color: #36943B; }
a { background-color: rgb(54,148,59); }
div.DivClassName
{
background-color: #36943B;
}
.BgClassName
{
background-color: #36943B;
}
</style>
border-color css
<style>
span { border-color: #36943B; }
span { border-color: rgb(54,148,59); }
td.TdClassName
{
border-color: #36943B;
}
.TagClassName
{
border-color: #36943B;
}
</style>