Shades of Japanese Laurel #33763F
Tints of Japanese Laurel #33763F
RGB
CMYK
RGB Variations
Color information
#33763F (or 0x33763F) is known color: Japanese Laurel. HEX triplet: 33, 76 and 3F. RGB value is (51,118,63). Sum of RGB (Red+Green+Blue) = 51+118+63=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #33763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33763F is #CC89C0. Grayscale: #5B5B5B. Windows color (decimal): -13404609 or 4159027. OLE color: 4159027.
HSL color Cylindrical-coordinate representation of color #33763F: hue angle of 130.75º 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 #33763F is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 118 | 63 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.54 |
| HSL | 130.75º | 0.4% | 0.33% | - |
| HSV(B) | 130.75º | 0.57% | 0.46% | - |
| XYZ | 8.74 | 14.02 | 6.95 | - |
| YUV | 91.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 63 | 0.57 | 0 | 0.47 | 0.54 | 130.75 | 0.4 | 0.33 |
| Hex | 33 | 76 | 3F | 39 | 0 | 2F | 36 | 83 | 28 | 21 |
| Octal | 63 | 166 | 77 | 71 | 0 | 57 | 66 | 203 | 50 | 41 |
| Binary | 110011 | 1110110 | 111111 | 111001 | 0 | 101111 | 110110 | 10000011 | 101000 | 100001 |
Color Harmonies of #33763F
Complementary color
Monochromatic Colors of #33763F
Black with #33763F
Text Example
Text Example
White with #33763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33763F; }
p { color: rgb(51,118,63); }
H1.HeaderClassName
{
color: #33763F;
}
.AnyTagClassName
{
color: #33763F;
}
</style>
background-color css
<style>
a { background-color: #33763F; }
a { background-color: rgb(51,118,63); }
div.DivClassName
{
background-color: #33763F;
}
.BgClassName
{
background-color: #33763F;
}
</style>
border-color css
<style>
span { border-color: #33763F; }
span { border-color: rgb(51,118,63); }
td.TdClassName
{
border-color: #33763F;
}
.TagClassName
{
border-color: #33763F;
}
</style>