Shades of Japanese Laurel #32763F
Tints of Japanese Laurel #32763F
RGB
CMYK
RGB Variations
Color information
#32763F (or 0x32763F) is known color: Japanese Laurel. HEX triplet: 32, 76 and 3F. RGB value is (50,118,63). Sum of RGB (Red+Green+Blue) = 50+118+63=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #32763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32763F is #CD89C0. Grayscale: #5B5B5B. Windows color (decimal): -13470145 or 4159026. OLE color: 4159026.
HSL color Cylindrical-coordinate representation of color #32763F: hue angle of 131.47º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32763F is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 63 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.54 |
| HSL | 131.47º | 0.4% | 0.33% | - |
| HSV(B) | 131.47º | 0.58% | 0.46% | - |
| XYZ | 8.69 | 13.99 | 6.95 | - |
| YUV | 91.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 63 | 0.58 | 0 | 0.47 | 0.54 | 131.47 | 0.4 | 0.33 |
| Hex | 32 | 76 | 3F | 3A | 0 | 2F | 36 | 83 | 28 | 21 |
| Octal | 62 | 166 | 77 | 72 | 0 | 57 | 66 | 203 | 50 | 41 |
| Binary | 110010 | 1110110 | 111111 | 111010 | 0 | 101111 | 110110 | 10000011 | 101000 | 100001 |
Color Harmonies of #32763F
Complementary color
Monochromatic Colors of #32763F
Black with #32763F
Text Example
Text Example
White with #32763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32763F; }
p { color: rgb(50,118,63); }
H1.HeaderClassName
{
color: #32763F;
}
.AnyTagClassName
{
color: #32763F;
}
</style>
background-color css
<style>
a { background-color: #32763F; }
a { background-color: rgb(50,118,63); }
div.DivClassName
{
background-color: #32763F;
}
.BgClassName
{
background-color: #32763F;
}
</style>
border-color css
<style>
span { border-color: #32763F; }
span { border-color: rgb(50,118,63); }
td.TdClassName
{
border-color: #32763F;
}
.TagClassName
{
border-color: #32763F;
}
</style>