Shades of Japanese Laurel #338231
Tints of Japanese Laurel #338231
RGB
CMYK
RGB Variations
Color information
#338231 (or 0x338231) is known color: Japanese Laurel. HEX triplet: 33, 82 and 31. RGB value is (51,130,49). Sum of RGB (Red+Green+Blue) = 51+130+49=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #338231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338231 is #CC7DCE. Grayscale: #616161. Windows color (decimal): -13401551 or 3244595. OLE color: 3244595.
HSL color Cylindrical-coordinate representation of color #338231: hue angle of 118.52º 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 #338231 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 49 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.49 |
| HSL | 118.52º | 0.45% | 0.35% | - |
| HSV(B) | 118.52º | 0.62% | 0.51% | - |
| XYZ | 9.9 | 16.89 | 5.64 | - |
| YUV | 97.15 | 100.83 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 49 | 0.61 | 0 | 0.62 | 0.49 | 118.52 | 0.45 | 0.35 |
| Hex | 33 | 82 | 31 | 3D | 0 | 3E | 31 | 77 | 2D | 23 |
| Octal | 63 | 202 | 61 | 75 | 0 | 76 | 61 | 167 | 55 | 43 |
| Binary | 110011 | 10000010 | 110001 | 111101 | 0 | 111110 | 110001 | 1110111 | 101101 | 100011 |
Color Harmonies of #338231
Complementary color
Monochromatic Colors of #338231
Black with #338231
Text Example
Text Example
White with #338231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338231; }
p { color: rgb(51,130,49); }
H1.HeaderClassName
{
color: #338231;
}
.AnyTagClassName
{
color: #338231;
}
</style>
background-color css
<style>
a { background-color: #338231; }
a { background-color: rgb(51,130,49); }
div.DivClassName
{
background-color: #338231;
}
.BgClassName
{
background-color: #338231;
}
</style>
border-color css
<style>
span { border-color: #338231; }
span { border-color: rgb(51,130,49); }
td.TdClassName
{
border-color: #338231;
}
.TagClassName
{
border-color: #338231;
}
</style>