Shades of Japanese Laurel #32773A
Tints of Japanese Laurel #32773A
RGB
CMYK
RGB Variations
Color information
#32773A (or 0x32773A) is known color: Japanese Laurel. HEX triplet: 32, 77 and 3A. RGB value is (50,119,58). Sum of RGB (Red+Green+Blue) = 50+119+58=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #32773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32773A is #CD88C5. Grayscale: #5B5B5B. Windows color (decimal): -13469894 or 3831602. OLE color: 3831602.
HSL color Cylindrical-coordinate representation of color #32773A: hue angle of 126.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32773A is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 119 | 58 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.53 |
| HSL | 126.96º | 0.41% | 0.33% | - |
| HSV(B) | 126.96º | 0.58% | 0.47% | - |
| XYZ | 8.68 | 14.18 | 6.28 | - |
| YUV | 91.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 58 | 0.58 | 0 | 0.51 | 0.53 | 126.96 | 0.41 | 0.33 |
| Hex | 32 | 77 | 3A | 3A | 0 | 33 | 35 | 7F | 29 | 21 |
| Octal | 62 | 167 | 72 | 72 | 0 | 63 | 65 | 177 | 51 | 41 |
| Binary | 110010 | 1110111 | 111010 | 111010 | 0 | 110011 | 110101 | 1111111 | 101001 | 100001 |
Color Harmonies of #32773A
Complementary color
Monochromatic Colors of #32773A
Black with #32773A
Text Example
Text Example
White with #32773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32773A; }
p { color: rgb(50,119,58); }
H1.HeaderClassName
{
color: #32773A;
}
.AnyTagClassName
{
color: #32773A;
}
</style>
background-color css
<style>
a { background-color: #32773A; }
a { background-color: rgb(50,119,58); }
div.DivClassName
{
background-color: #32773A;
}
.BgClassName
{
background-color: #32773A;
}
</style>
border-color css
<style>
span { border-color: #32773A; }
span { border-color: rgb(50,119,58); }
td.TdClassName
{
border-color: #32773A;
}
.TagClassName
{
border-color: #32773A;
}
</style>