Shades of Japanese Laurel #33913E
Tints of Japanese Laurel #33913E
RGB
CMYK
RGB Variations
Color information
#33913E (or 0x33913E) is known color: Japanese Laurel. HEX triplet: 33, 91 and 3E. RGB value is (51,145,62). Sum of RGB (Red+Green+Blue) = 51+145+62=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #33913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33913E is #CC6EC1. Grayscale: #6B6B6B. Windows color (decimal): -13397698 or 4100403. OLE color: 4100403.
HSL color Cylindrical-coordinate representation of color #33913E: hue angle of 127.02º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33913E is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 145 | 62 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.43 |
| HSL | 127.02º | 0.48% | 0.38% | - |
| HSV(B) | 127.02º | 0.65% | 0.57% | - |
| XYZ | 12.36 | 21.3 | 8.02 | - |
| YUV | 107.43 | 102.36 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 62 | 0.65 | 0 | 0.57 | 0.43 | 127.02 | 0.48 | 0.38 |
| Hex | 33 | 91 | 3E | 41 | 0 | 39 | 2B | 7F | 30 | 26 |
| Octal | 63 | 221 | 76 | 101 | 0 | 71 | 53 | 177 | 60 | 46 |
| Binary | 110011 | 10010001 | 111110 | 1000001 | 0 | 111001 | 101011 | 1111111 | 110000 | 100110 |
Color Harmonies of #33913E
Complementary color
Monochromatic Colors of #33913E
Black with #33913E
Text Example
Text Example
White with #33913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33913E; }
p { color: rgb(51,145,62); }
H1.HeaderClassName
{
color: #33913E;
}
.AnyTagClassName
{
color: #33913E;
}
</style>
background-color css
<style>
a { background-color: #33913E; }
a { background-color: rgb(51,145,62); }
div.DivClassName
{
background-color: #33913E;
}
.BgClassName
{
background-color: #33913E;
}
</style>
border-color css
<style>
span { border-color: #33913E; }
span { border-color: rgb(51,145,62); }
td.TdClassName
{
border-color: #33913E;
}
.TagClassName
{
border-color: #33913E;
}
</style>