Shades of Japanese Laurel #36823F
Tints of Japanese Laurel #36823F
RGB
CMYK
RGB Variations
Color information
#36823F (or 0x36823F) is known color: Japanese Laurel. HEX triplet: 36, 82 and 3F. RGB value is (54,130,63). Sum of RGB (Red+Green+Blue) = 54+130+63=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #36823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36823F is #C97DC0. Grayscale: #636363. Windows color (decimal): -13204929 or 4162102. OLE color: 4162102.
HSL color Cylindrical-coordinate representation of color #36823F: hue angle of 127.11º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36823F is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 63 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.49 |
| HSL | 127.11º | 0.41% | 0.36% | - |
| HSV(B) | 127.11º | 0.58% | 0.51% | - |
| XYZ | 10.4 | 17.11 | 7.46 | - |
| YUV | 99.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 63 | 0.58 | 0 | 0.52 | 0.49 | 127.11 | 0.41 | 0.36 |
| Hex | 36 | 82 | 3F | 3A | 0 | 34 | 31 | 7F | 29 | 24 |
| Octal | 66 | 202 | 77 | 72 | 0 | 64 | 61 | 177 | 51 | 44 |
| Binary | 110110 | 10000010 | 111111 | 111010 | 0 | 110100 | 110001 | 1111111 | 101001 | 100100 |
Color Harmonies of #36823F
Complementary color
Monochromatic Colors of #36823F
Black with #36823F
Text Example
Text Example
White with #36823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36823F; }
p { color: rgb(54,130,63); }
H1.HeaderClassName
{
color: #36823F;
}
.AnyTagClassName
{
color: #36823F;
}
</style>
background-color css
<style>
a { background-color: #36823F; }
a { background-color: rgb(54,130,63); }
div.DivClassName
{
background-color: #36823F;
}
.BgClassName
{
background-color: #36823F;
}
</style>
border-color css
<style>
span { border-color: #36823F; }
span { border-color: rgb(54,130,63); }
td.TdClassName
{
border-color: #36823F;
}
.TagClassName
{
border-color: #36823F;
}
</style>