Shades of Japanese Laurel #33833C
Tints of Japanese Laurel #33833C
RGB
CMYK
RGB Variations
Color information
#33833C (or 0x33833C) is known color: Japanese Laurel. HEX triplet: 33, 83 and 3C. RGB value is (51,131,60). Sum of RGB (Red+Green+Blue) = 51+131+60=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #33833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33833C is #CC7CC3. Grayscale: #636363. Windows color (decimal): -13401284 or 3965747. OLE color: 3965747.
HSL color Cylindrical-coordinate representation of color #33833C: hue angle of 126.75º 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 #33833C is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 131 | 60 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.49 |
| HSL | 126.75º | 0.44% | 0.36% | - |
| HSV(B) | 126.75º | 0.61% | 0.51% | - |
| XYZ | 10.3 | 17.26 | 7.06 | - |
| YUV | 98.99 | 106 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 60 | 0.61 | 0 | 0.54 | 0.49 | 126.75 | 0.44 | 0.36 |
| Hex | 33 | 83 | 3C | 3D | 0 | 36 | 31 | 7F | 2C | 24 |
| Octal | 63 | 203 | 74 | 75 | 0 | 66 | 61 | 177 | 54 | 44 |
| Binary | 110011 | 10000011 | 111100 | 111101 | 0 | 110110 | 110001 | 1111111 | 101100 | 100100 |
Color Harmonies of #33833C
Complementary color
Monochromatic Colors of #33833C
Black with #33833C
Text Example
Text Example
White with #33833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33833C; }
p { color: rgb(51,131,60); }
H1.HeaderClassName
{
color: #33833C;
}
.AnyTagClassName
{
color: #33833C;
}
</style>
background-color css
<style>
a { background-color: #33833C; }
a { background-color: rgb(51,131,60); }
div.DivClassName
{
background-color: #33833C;
}
.BgClassName
{
background-color: #33833C;
}
</style>
border-color css
<style>
span { border-color: #33833C; }
span { border-color: rgb(51,131,60); }
td.TdClassName
{
border-color: #33833C;
}
.TagClassName
{
border-color: #33833C;
}
</style>