Shades of Japanese Laurel #32763D
Tints of Japanese Laurel #32763D
RGB
CMYK
RGB Variations
Color information
#32763D (or 0x32763D) is known color: Japanese Laurel. HEX triplet: 32, 76 and 3D. RGB value is (50,118,61). Sum of RGB (Red+Green+Blue) = 50+118+61=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #32763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32763D is #CD89C2. Grayscale: #5B5B5B. Windows color (decimal): -13470147 or 4027954. OLE color: 4027954.
HSL color Cylindrical-coordinate representation of color #32763D: hue angle of 129.71º 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 #32763D is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 61 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.54 |
| HSL | 129.71º | 0.4% | 0.33% | - |
| HSV(B) | 129.71º | 0.58% | 0.46% | - |
| XYZ | 8.64 | 13.97 | 6.66 | - |
| YUV | 91.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 61 | 0.58 | 0 | 0.48 | 0.54 | 129.71 | 0.4 | 0.33 |
| Hex | 32 | 76 | 3D | 3A | 0 | 30 | 36 | 82 | 28 | 21 |
| Octal | 62 | 166 | 75 | 72 | 0 | 60 | 66 | 202 | 50 | 41 |
| Binary | 110010 | 1110110 | 111101 | 111010 | 0 | 110000 | 110110 | 10000010 | 101000 | 100001 |
Color Harmonies of #32763D
Complementary color
Monochromatic Colors of #32763D
Black with #32763D
Text Example
Text Example
White with #32763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32763D; }
p { color: rgb(50,118,61); }
H1.HeaderClassName
{
color: #32763D;
}
.AnyTagClassName
{
color: #32763D;
}
</style>
background-color css
<style>
a { background-color: #32763D; }
a { background-color: rgb(50,118,61); }
div.DivClassName
{
background-color: #32763D;
}
.BgClassName
{
background-color: #32763D;
}
</style>
border-color css
<style>
span { border-color: #32763D; }
span { border-color: rgb(50,118,61); }
td.TdClassName
{
border-color: #32763D;
}
.TagClassName
{
border-color: #32763D;
}
</style>