Shades of Japanese Laurel #36903B
Tints of Japanese Laurel #36903B
RGB
CMYK
RGB Variations
Color information
#36903B (or 0x36903B) is known color: Japanese Laurel. HEX triplet: 36, 90 and 3B. RGB value is (54,144,59). Sum of RGB (Red+Green+Blue) = 54+144+59=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #36903B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36903B is #C96FC4. Grayscale: #6B6B6B. Windows color (decimal): -13201349 or 3903542. OLE color: 3903542.
HSL color Cylindrical-coordinate representation of color #36903B: hue angle of 123.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36903B is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 59 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.44 |
| HSL | 123.33º | 0.45% | 0.39% | - |
| HSV(B) | 123.33º | 0.63% | 0.56% | - |
| XYZ | 12.28 | 21.05 | 7.55 | - |
| YUV | 107.4 | 100.68 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 59 | 0.63 | 0 | 0.59 | 0.44 | 123.33 | 0.45 | 0.39 |
| Hex | 36 | 90 | 3B | 3F | 0 | 3B | 2C | 7B | 2D | 27 |
| Octal | 66 | 220 | 73 | 77 | 0 | 73 | 54 | 173 | 55 | 47 |
| Binary | 110110 | 10010000 | 111011 | 111111 | 0 | 111011 | 101100 | 1111011 | 101101 | 100111 |
Color Harmonies of #36903B
Complementary color
Monochromatic Colors of #36903B
Black with #36903B
Text Example
Text Example
White with #36903B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36903B; }
p { color: rgb(54,144,59); }
H1.HeaderClassName
{
color: #36903B;
}
.AnyTagClassName
{
color: #36903B;
}
</style>
background-color css
<style>
a { background-color: #36903B; }
a { background-color: rgb(54,144,59); }
div.DivClassName
{
background-color: #36903B;
}
.BgClassName
{
background-color: #36903B;
}
</style>
border-color css
<style>
span { border-color: #36903B; }
span { border-color: rgb(54,144,59); }
td.TdClassName
{
border-color: #36903B;
}
.TagClassName
{
border-color: #36903B;
}
</style>