Shades of Japanese Laurel #368F3F
Tints of Japanese Laurel #368F3F
RGB
CMYK
RGB Variations
Color information
#368F3F (or 0x368F3F) is known color: Japanese Laurel. HEX triplet: 36, 8F and 3F. RGB value is (54,143,63). Sum of RGB (Red+Green+Blue) = 54+143+63=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 143 (56.25% from 255 or 55% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 143 - color contains mainly: green. Hex color #368F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368F3F is #C970C0. Grayscale: #6B6B6B. Windows color (decimal): -13201601 or 4165430. OLE color: 4165430.
HSL color Cylindrical-coordinate representation of color #368F3F: hue angle of 126.07º 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 #368F3F is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 143 | 63 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.44 |
| HSL | 126.07º | 0.45% | 0.39% | - |
| HSV(B) | 126.07º | 0.62% | 0.56% | - |
| XYZ | 12.24 | 20.79 | 8.07 | - |
| YUV | 107.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 143 | 63 | 0.62 | 0 | 0.56 | 0.44 | 126.07 | 0.45 | 0.39 |
| Hex | 36 | 8F | 3F | 3E | 0 | 38 | 2C | 7E | 2D | 27 |
| Octal | 66 | 217 | 77 | 76 | 0 | 70 | 54 | 176 | 55 | 47 |
| Binary | 110110 | 10001111 | 111111 | 111110 | 0 | 111000 | 101100 | 1111110 | 101101 | 100111 |
Color Harmonies of #368F3F
Complementary color
Monochromatic Colors of #368F3F
Black with #368F3F
Text Example
Text Example
White with #368F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368F3F; }
p { color: rgb(54,143,63); }
H1.HeaderClassName
{
color: #368F3F;
}
.AnyTagClassName
{
color: #368F3F;
}
</style>
background-color css
<style>
a { background-color: #368F3F; }
a { background-color: rgb(54,143,63); }
div.DivClassName
{
background-color: #368F3F;
}
.BgClassName
{
background-color: #368F3F;
}
</style>
border-color css
<style>
span { border-color: #368F3F; }
span { border-color: rgb(54,143,63); }
td.TdClassName
{
border-color: #368F3F;
}
.TagClassName
{
border-color: #368F3F;
}
</style>