Shades of Japanese Laurel #33763E
Tints of Japanese Laurel #33763E
RGB
CMYK
RGB Variations
Color information
#33763E (or 0x33763E) is known color: Japanese Laurel. HEX triplet: 33, 76 and 3E. RGB value is (51,118,62). Sum of RGB (Red+Green+Blue) = 51+118+62=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #33763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33763E is #CC89C1. Grayscale: #5B5B5B. Windows color (decimal): -13404610 or 4093491. OLE color: 4093491.
HSL color Cylindrical-coordinate representation of color #33763E: hue angle of 129.85º 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 #33763E is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 118 | 62 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.54 |
| HSL | 129.85º | 0.4% | 0.33% | - |
| HSV(B) | 129.85º | 0.57% | 0.46% | - |
| XYZ | 8.71 | 14.01 | 6.8 | - |
| YUV | 91.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 62 | 0.57 | 0 | 0.47 | 0.54 | 129.85 | 0.4 | 0.33 |
| Hex | 33 | 76 | 3E | 39 | 0 | 2F | 36 | 82 | 28 | 21 |
| Octal | 63 | 166 | 76 | 71 | 0 | 57 | 66 | 202 | 50 | 41 |
| Binary | 110011 | 1110110 | 111110 | 111001 | 0 | 101111 | 110110 | 10000010 | 101000 | 100001 |
Color Harmonies of #33763E
Complementary color
Monochromatic Colors of #33763E
Black with #33763E
Text Example
Text Example
White with #33763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33763E; }
p { color: rgb(51,118,62); }
H1.HeaderClassName
{
color: #33763E;
}
.AnyTagClassName
{
color: #33763E;
}
</style>
background-color css
<style>
a { background-color: #33763E; }
a { background-color: rgb(51,118,62); }
div.DivClassName
{
background-color: #33763E;
}
.BgClassName
{
background-color: #33763E;
}
</style>
border-color css
<style>
span { border-color: #33763E; }
span { border-color: rgb(51,118,62); }
td.TdClassName
{
border-color: #33763E;
}
.TagClassName
{
border-color: #33763E;
}
</style>