Shades of Japanese Laurel #367B2F
Tints of Japanese Laurel #367B2F
RGB
CMYK
RGB Variations
Color information
#367B2F (or 0x367B2F) is known color: Japanese Laurel. HEX triplet: 36, 7B and 2F. RGB value is (54,123,47). Sum of RGB (Red+Green+Blue) = 54+123+47=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 123 (48.44% from 255 or 54.91% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 123 - color contains mainly: green. Hex color #367B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367B2F is #C984D0. Grayscale: #5D5D5D. Windows color (decimal): -13206737 or 3111734. OLE color: 3111734.
HSL color Cylindrical-coordinate representation of color #367B2F: hue angle of 114.47º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #367B2F is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 123 | 47 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.52 |
| HSL | 114.47º | 0.45% | 0.33% | - |
| HSV(B) | 114.47º | 0.62% | 0.48% | - |
| XYZ | 9.12 | 15.16 | 5.13 | - |
| YUV | 93.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 47 | 0.56 | 0 | 0.62 | 0.52 | 114.47 | 0.45 | 0.33 |
| Hex | 36 | 7B | 2F | 38 | 0 | 3E | 34 | 72 | 2D | 21 |
| Octal | 66 | 173 | 57 | 70 | 0 | 76 | 64 | 162 | 55 | 41 |
| Binary | 110110 | 1111011 | 101111 | 111000 | 0 | 111110 | 110100 | 1110010 | 101101 | 100001 |
Color Harmonies of #367B2F
Complementary color
Monochromatic Colors of #367B2F
Black with #367B2F
Text Example
Text Example
White with #367B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367B2F; }
p { color: rgb(54,123,47); }
H1.HeaderClassName
{
color: #367B2F;
}
.AnyTagClassName
{
color: #367B2F;
}
</style>
background-color css
<style>
a { background-color: #367B2F; }
a { background-color: rgb(54,123,47); }
div.DivClassName
{
background-color: #367B2F;
}
.BgClassName
{
background-color: #367B2F;
}
</style>
border-color css
<style>
span { border-color: #367B2F; }
span { border-color: rgb(54,123,47); }
td.TdClassName
{
border-color: #367B2F;
}
.TagClassName
{
border-color: #367B2F;
}
</style>