Shades of Japanese Laurel #32773D
Tints of Japanese Laurel #32773D
RGB
CMYK
RGB Variations
Color information
#32773D (or 0x32773D) is known color: Japanese Laurel. HEX triplet: 32, 77 and 3D. RGB value is (50,119,61). Sum of RGB (Red+Green+Blue) = 50+119+61=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #32773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32773D is #CD88C2. Grayscale: #5B5B5B. Windows color (decimal): -13469891 or 4028210. OLE color: 4028210.
HSL color Cylindrical-coordinate representation of color #32773D: hue angle of 129.57º 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 #32773D is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 119 | 61 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.53 |
| HSL | 129.57º | 0.41% | 0.33% | - |
| HSV(B) | 129.57º | 0.58% | 0.47% | - |
| XYZ | 8.75 | 14.21 | 6.7 | - |
| YUV | 91.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 61 | 0.58 | 0 | 0.49 | 0.53 | 129.57 | 0.41 | 0.33 |
| Hex | 32 | 77 | 3D | 3A | 0 | 31 | 35 | 82 | 29 | 21 |
| Octal | 62 | 167 | 75 | 72 | 0 | 61 | 65 | 202 | 51 | 41 |
| Binary | 110010 | 1110111 | 111101 | 111010 | 0 | 110001 | 110101 | 10000010 | 101001 | 100001 |
Color Harmonies of #32773D
Complementary color
Monochromatic Colors of #32773D
Black with #32773D
Text Example
Text Example
White with #32773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32773D; }
p { color: rgb(50,119,61); }
H1.HeaderClassName
{
color: #32773D;
}
.AnyTagClassName
{
color: #32773D;
}
</style>
background-color css
<style>
a { background-color: #32773D; }
a { background-color: rgb(50,119,61); }
div.DivClassName
{
background-color: #32773D;
}
.BgClassName
{
background-color: #32773D;
}
</style>
border-color css
<style>
span { border-color: #32773D; }
span { border-color: rgb(50,119,61); }
td.TdClassName
{
border-color: #32773D;
}
.TagClassName
{
border-color: #32773D;
}
</style>