Shades of Japanese Laurel #33833D
Tints of Japanese Laurel #33833D
RGB
CMYK
RGB Variations
Color information
#33833D (or 0x33833D) is known color: Japanese Laurel. HEX triplet: 33, 83 and 3D. RGB value is (51,131,61). Sum of RGB (Red+Green+Blue) = 51+131+61=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #33833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33833D is #CC7CC2. Grayscale: #636363. Windows color (decimal): -13401283 or 4031283. OLE color: 4031283.
HSL color Cylindrical-coordinate representation of color #33833D: hue angle of 127.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33833D is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 131 | 61 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.49 |
| HSL | 127.5º | 0.44% | 0.36% | - |
| HSV(B) | 127.5º | 0.61% | 0.51% | - |
| XYZ | 10.32 | 17.27 | 7.2 | - |
| YUV | 99.1 | 106.5 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 61 | 0.61 | 0 | 0.53 | 0.49 | 127.5 | 0.44 | 0.36 |
| Hex | 33 | 83 | 3D | 3D | 0 | 35 | 31 | 80 | 2C | 24 |
| Octal | 63 | 203 | 75 | 75 | 0 | 65 | 61 | 200 | 54 | 44 |
| Binary | 110011 | 10000011 | 111101 | 111101 | 0 | 110101 | 110001 | 10000000 | 101100 | 100100 |
Color Harmonies of #33833D
Complementary color
Monochromatic Colors of #33833D
Black with #33833D
Text Example
Text Example
White with #33833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33833D; }
p { color: rgb(51,131,61); }
H1.HeaderClassName
{
color: #33833D;
}
.AnyTagClassName
{
color: #33833D;
}
</style>
background-color css
<style>
a { background-color: #33833D; }
a { background-color: rgb(51,131,61); }
div.DivClassName
{
background-color: #33833D;
}
.BgClassName
{
background-color: #33833D;
}
</style>
border-color css
<style>
span { border-color: #33833D; }
span { border-color: rgb(51,131,61); }
td.TdClassName
{
border-color: #33833D;
}
.TagClassName
{
border-color: #33833D;
}
</style>