Shades of Japanese Laurel #32773B
Tints of Japanese Laurel #32773B
RGB
CMYK
RGB Variations
Color information
#32773B (or 0x32773B) is known color: Japanese Laurel. HEX triplet: 32, 77 and 3B. RGB value is (50,119,59). Sum of RGB (Red+Green+Blue) = 50+119+59=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #32773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32773B is #CD88C4. Grayscale: #5B5B5B. Windows color (decimal): -13469893 or 3897138. OLE color: 3897138.
HSL color Cylindrical-coordinate representation of color #32773B: hue angle of 127.83º 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 #32773B is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 119 | 59 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.53 |
| HSL | 127.83º | 0.41% | 0.33% | - |
| HSV(B) | 127.83º | 0.58% | 0.47% | - |
| XYZ | 8.7 | 14.19 | 6.42 | - |
| YUV | 91.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 59 | 0.58 | 0 | 0.50 | 0.53 | 127.83 | 0.41 | 0.33 |
| Hex | 32 | 77 | 3B | 3A | 0 | 32 | 35 | 80 | 29 | 21 |
| Octal | 62 | 167 | 73 | 72 | 0 | 62 | 65 | 200 | 51 | 41 |
| Binary | 110010 | 1110111 | 111011 | 111010 | 0 | 110010 | 110101 | 10000000 | 101001 | 100001 |
Color Harmonies of #32773B
Complementary color
Monochromatic Colors of #32773B
Black with #32773B
Text Example
Text Example
White with #32773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32773B; }
p { color: rgb(50,119,59); }
H1.HeaderClassName
{
color: #32773B;
}
.AnyTagClassName
{
color: #32773B;
}
</style>
background-color css
<style>
a { background-color: #32773B; }
a { background-color: rgb(50,119,59); }
div.DivClassName
{
background-color: #32773B;
}
.BgClassName
{
background-color: #32773B;
}
</style>
border-color css
<style>
span { border-color: #32773B; }
span { border-color: rgb(50,119,59); }
td.TdClassName
{
border-color: #32773B;
}
.TagClassName
{
border-color: #32773B;
}
</style>