Shades of Japanese Laurel #32762F
Tints of Japanese Laurel #32762F
RGB
CMYK
RGB Variations
Color information
#32762F (or 0x32762F) is known color: Japanese Laurel. HEX triplet: 32, 76 and 2F. RGB value is (50,118,47). Sum of RGB (Red+Green+Blue) = 50+118+47=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #32762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32762F is #CD89D0. Grayscale: #595959. Windows color (decimal): -13470161 or 3110450. OLE color: 3110450.
HSL color Cylindrical-coordinate representation of color #32762F: hue angle of 117.46º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32762F is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 47 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.54 |
| HSL | 117.46º | 0.43% | 0.32% | - |
| HSV(B) | 117.46º | 0.6% | 0.46% | - |
| XYZ | 8.31 | 13.84 | 4.92 | - |
| YUV | 89.57 | 103.97 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 47 | 0.58 | 0 | 0.60 | 0.54 | 117.46 | 0.43 | 0.32 |
| Hex | 32 | 76 | 2F | 3A | 0 | 3C | 36 | 75 | 2B | 20 |
| Octal | 62 | 166 | 57 | 72 | 0 | 74 | 66 | 165 | 53 | 40 |
| Binary | 110010 | 1110110 | 101111 | 111010 | 0 | 111100 | 110110 | 1110101 | 101011 | 100000 |
Color Harmonies of #32762F
Complementary color
Monochromatic Colors of #32762F
Black with #32762F
Text Example
Text Example
White with #32762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32762F; }
p { color: rgb(50,118,47); }
H1.HeaderClassName
{
color: #32762F;
}
.AnyTagClassName
{
color: #32762F;
}
</style>
background-color css
<style>
a { background-color: #32762F; }
a { background-color: rgb(50,118,47); }
div.DivClassName
{
background-color: #32762F;
}
.BgClassName
{
background-color: #32762F;
}
</style>
border-color css
<style>
span { border-color: #32762F; }
span { border-color: rgb(50,118,47); }
td.TdClassName
{
border-color: #32762F;
}
.TagClassName
{
border-color: #32762F;
}
</style>