Shades of Japanese Laurel #33883C
Tints of Japanese Laurel #33883C
RGB
CMYK
RGB Variations
Color information
#33883C (or 0x33883C) is known color: Japanese Laurel. HEX triplet: 33, 88 and 3C. RGB value is (51,136,60). Sum of RGB (Red+Green+Blue) = 51+136+60=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #33883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33883C is #CC77C3. Grayscale: #666666. Windows color (decimal): -13400004 or 3967027. OLE color: 3967027.
HSL color Cylindrical-coordinate representation of color #33883C: hue angle of 126.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33883C is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 136 | 60 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.47 |
| HSL | 126.35º | 0.45% | 0.37% | - |
| HSV(B) | 126.35º | 0.63% | 0.53% | - |
| XYZ | 10.99 | 18.64 | 7.29 | - |
| YUV | 101.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 60 | 0.62 | 0 | 0.56 | 0.47 | 126.35 | 0.45 | 0.37 |
| Hex | 33 | 88 | 3C | 3E | 0 | 38 | 2F | 7E | 2D | 25 |
| Octal | 63 | 210 | 74 | 76 | 0 | 70 | 57 | 176 | 55 | 45 |
| Binary | 110011 | 10001000 | 111100 | 111110 | 0 | 111000 | 101111 | 1111110 | 101101 | 100101 |
Color Harmonies of #33883C
Complementary color
Monochromatic Colors of #33883C
Black with #33883C
Text Example
Text Example
White with #33883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33883C; }
p { color: rgb(51,136,60); }
H1.HeaderClassName
{
color: #33883C;
}
.AnyTagClassName
{
color: #33883C;
}
</style>
background-color css
<style>
a { background-color: #33883C; }
a { background-color: rgb(51,136,60); }
div.DivClassName
{
background-color: #33883C;
}
.BgClassName
{
background-color: #33883C;
}
</style>
border-color css
<style>
span { border-color: #33883C; }
span { border-color: rgb(51,136,60); }
td.TdClassName
{
border-color: #33883C;
}
.TagClassName
{
border-color: #33883C;
}
</style>