Shades of Japanese Laurel #32763A
Tints of Japanese Laurel #32763A
RGB
CMYK
RGB Variations
Color information
#32763A (or 0x32763A) is known color: Japanese Laurel. HEX triplet: 32, 76 and 3A. RGB value is (50,118,58). Sum of RGB (Red+Green+Blue) = 50+118+58=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #32763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32763A is #CD89C5. Grayscale: #5A5A5A. Windows color (decimal): -13470150 or 3831346. OLE color: 3831346.
HSL color Cylindrical-coordinate representation of color #32763A: hue angle of 127.06º 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 #32763A is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 58 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.54 |
| HSL | 127.06º | 0.4% | 0.33% | - |
| HSV(B) | 127.06º | 0.58% | 0.46% | - |
| XYZ | 8.56 | 13.94 | 6.24 | - |
| YUV | 90.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 58 | 0.58 | 0 | 0.51 | 0.54 | 127.06 | 0.4 | 0.33 |
| Hex | 32 | 76 | 3A | 3A | 0 | 33 | 36 | 7F | 28 | 21 |
| Octal | 62 | 166 | 72 | 72 | 0 | 63 | 66 | 177 | 50 | 41 |
| Binary | 110010 | 1110110 | 111010 | 111010 | 0 | 110011 | 110110 | 1111111 | 101000 | 100001 |
Color Harmonies of #32763A
Complementary color
Monochromatic Colors of #32763A
Black with #32763A
Text Example
Text Example
White with #32763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32763A; }
p { color: rgb(50,118,58); }
H1.HeaderClassName
{
color: #32763A;
}
.AnyTagClassName
{
color: #32763A;
}
</style>
background-color css
<style>
a { background-color: #32763A; }
a { background-color: rgb(50,118,58); }
div.DivClassName
{
background-color: #32763A;
}
.BgClassName
{
background-color: #32763A;
}
</style>
border-color css
<style>
span { border-color: #32763A; }
span { border-color: rgb(50,118,58); }
td.TdClassName
{
border-color: #32763A;
}
.TagClassName
{
border-color: #32763A;
}
</style>