Shades of Japanese Laurel #368231
Tints of Japanese Laurel #368231
RGB
CMYK
RGB Variations
Color information
#368231 (or 0x368231) is known color: Japanese Laurel. HEX triplet: 36, 82 and 31. RGB value is (54,130,49). Sum of RGB (Red+Green+Blue) = 54+130+49=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #368231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368231 is #C97DCE. Grayscale: #626262. Windows color (decimal): -13204943 or 3244598. OLE color: 3244598.
HSL color Cylindrical-coordinate representation of color #368231: hue angle of 116.3º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368231 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 49 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.49 |
| HSL | 116.3º | 0.45% | 0.35% | - |
| HSV(B) | 116.3º | 0.62% | 0.51% | - |
| XYZ | 10.06 | 16.97 | 5.65 | - |
| YUV | 98.04 | 100.32 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 49 | 0.58 | 0 | 0.62 | 0.49 | 116.3 | 0.45 | 0.35 |
| Hex | 36 | 82 | 31 | 3A | 0 | 3E | 31 | 74 | 2D | 23 |
| Octal | 66 | 202 | 61 | 72 | 0 | 76 | 61 | 164 | 55 | 43 |
| Binary | 110110 | 10000010 | 110001 | 111010 | 0 | 111110 | 110001 | 1110100 | 101101 | 100011 |
Color Harmonies of #368231
Complementary color
Monochromatic Colors of #368231
Black with #368231
Text Example
Text Example
White with #368231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368231; }
p { color: rgb(54,130,49); }
H1.HeaderClassName
{
color: #368231;
}
.AnyTagClassName
{
color: #368231;
}
</style>
background-color css
<style>
a { background-color: #368231; }
a { background-color: rgb(54,130,49); }
div.DivClassName
{
background-color: #368231;
}
.BgClassName
{
background-color: #368231;
}
</style>
border-color css
<style>
span { border-color: #368231; }
span { border-color: rgb(54,130,49); }
td.TdClassName
{
border-color: #368231;
}
.TagClassName
{
border-color: #368231;
}
</style>