Shades of Japanese Laurel #338241
Tints of Japanese Laurel #338241
RGB
CMYK
RGB Variations
Color information
#338241 (or 0x338241) is known color: Japanese Laurel. HEX triplet: 33, 82 and 41. RGB value is (51,130,65). Sum of RGB (Red+Green+Blue) = 51+130+65=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #338241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338241 is #CC7DBE. Grayscale: #636363. Windows color (decimal): -13401535 or 4293171. OLE color: 4293171.
HSL color Cylindrical-coordinate representation of color #338241: hue angle of 130.63º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338241 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 65 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.49 |
| HSL | 130.63º | 0.44% | 0.35% | - |
| HSV(B) | 130.63º | 0.61% | 0.51% | - |
| XYZ | 10.3 | 17.05 | 7.75 | - |
| YUV | 98.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 65 | 0.61 | 0 | 0.50 | 0.49 | 130.63 | 0.44 | 0.35 |
| Hex | 33 | 82 | 41 | 3D | 0 | 32 | 31 | 83 | 2C | 23 |
| Octal | 63 | 202 | 101 | 75 | 0 | 62 | 61 | 203 | 54 | 43 |
| Binary | 110011 | 10000010 | 1000001 | 111101 | 0 | 110010 | 110001 | 10000011 | 101100 | 100011 |
Color Harmonies of #338241
Complementary color
Monochromatic Colors of #338241
Black with #338241
Text Example
Text Example
White with #338241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338241; }
p { color: rgb(51,130,65); }
H1.HeaderClassName
{
color: #338241;
}
.AnyTagClassName
{
color: #338241;
}
</style>
background-color css
<style>
a { background-color: #338241; }
a { background-color: rgb(51,130,65); }
div.DivClassName
{
background-color: #338241;
}
.BgClassName
{
background-color: #338241;
}
</style>
border-color css
<style>
span { border-color: #338241; }
span { border-color: rgb(51,130,65); }
td.TdClassName
{
border-color: #338241;
}
.TagClassName
{
border-color: #338241;
}
</style>