Shades of Japanese Laurel #33763B
Tints of Japanese Laurel #33763B
RGB
CMYK
RGB Variations
Color information
#33763B (or 0x33763B) is known color: Japanese Laurel. HEX triplet: 33, 76 and 3B. RGB value is (51,118,59). Sum of RGB (Red+Green+Blue) = 51+118+59=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #33763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33763B is #CC89C4. Grayscale: #5B5B5B. Windows color (decimal): -13404613 or 3896883. OLE color: 3896883.
HSL color Cylindrical-coordinate representation of color #33763B: hue angle of 127.16º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33763B is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 118 | 59 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.54 |
| HSL | 127.16º | 0.4% | 0.33% | - |
| HSV(B) | 127.16º | 0.57% | 0.46% | - |
| XYZ | 8.63 | 13.98 | 6.38 | - |
| YUV | 91.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 59 | 0.57 | 0 | 0.50 | 0.54 | 127.16 | 0.4 | 0.33 |
| Hex | 33 | 76 | 3B | 39 | 0 | 32 | 36 | 7F | 28 | 21 |
| Octal | 63 | 166 | 73 | 71 | 0 | 62 | 66 | 177 | 50 | 41 |
| Binary | 110011 | 1110110 | 111011 | 111001 | 0 | 110010 | 110110 | 1111111 | 101000 | 100001 |
Color Harmonies of #33763B
Complementary color
Monochromatic Colors of #33763B
Black with #33763B
Text Example
Text Example
White with #33763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33763B; }
p { color: rgb(51,118,59); }
H1.HeaderClassName
{
color: #33763B;
}
.AnyTagClassName
{
color: #33763B;
}
</style>
background-color css
<style>
a { background-color: #33763B; }
a { background-color: rgb(51,118,59); }
div.DivClassName
{
background-color: #33763B;
}
.BgClassName
{
background-color: #33763B;
}
</style>
border-color css
<style>
span { border-color: #33763B; }
span { border-color: rgb(51,118,59); }
td.TdClassName
{
border-color: #33763B;
}
.TagClassName
{
border-color: #33763B;
}
</style>