Shades of Japanese Laurel #33893A
Tints of Japanese Laurel #33893A
RGB
CMYK
RGB Variations
Color information
#33893A (or 0x33893A) is known color: Japanese Laurel. HEX triplet: 33, 89 and 3A. RGB value is (51,137,58). Sum of RGB (Red+Green+Blue) = 51+137+58=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #33893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33893A is #CC76C5. Grayscale: #666666. Windows color (decimal): -13399750 or 3836211. OLE color: 3836211.
HSL color Cylindrical-coordinate representation of color #33893A: hue angle of 124.88º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33893A is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 137 | 58 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.46 |
| HSL | 124.88º | 0.46% | 0.37% | - |
| HSV(B) | 124.88º | 0.63% | 0.54% | - |
| XYZ | 11.07 | 18.9 | 7.07 | - |
| YUV | 102.28 | 103.01 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 58 | 0.63 | 0 | 0.58 | 0.46 | 124.88 | 0.46 | 0.37 |
| Hex | 33 | 89 | 3A | 3F | 0 | 3A | 2E | 7D | 2E | 25 |
| Octal | 63 | 211 | 72 | 77 | 0 | 72 | 56 | 175 | 56 | 45 |
| Binary | 110011 | 10001001 | 111010 | 111111 | 0 | 111010 | 101110 | 1111101 | 101110 | 100101 |
Color Harmonies of #33893A
Complementary color
Monochromatic Colors of #33893A
Black with #33893A
Text Example
Text Example
White with #33893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33893A; }
p { color: rgb(51,137,58); }
H1.HeaderClassName
{
color: #33893A;
}
.AnyTagClassName
{
color: #33893A;
}
</style>
background-color css
<style>
a { background-color: #33893A; }
a { background-color: rgb(51,137,58); }
div.DivClassName
{
background-color: #33893A;
}
.BgClassName
{
background-color: #33893A;
}
</style>
border-color css
<style>
span { border-color: #33893A; }
span { border-color: rgb(51,137,58); }
td.TdClassName
{
border-color: #33893A;
}
.TagClassName
{
border-color: #33893A;
}
</style>