Shades of Japanese Laurel #32763C
Tints of Japanese Laurel #32763C
RGB
CMYK
RGB Variations
Color information
#32763C (or 0x32763C) is known color: Japanese Laurel. HEX triplet: 32, 76 and 3C. RGB value is (50,118,60). Sum of RGB (Red+Green+Blue) = 50+118+60=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #32763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32763C is #CD89C3. Grayscale: #5B5B5B. Windows color (decimal): -13470148 or 3962418. OLE color: 3962418.
HSL color Cylindrical-coordinate representation of color #32763C: hue angle of 128.82º 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 #32763C is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 60 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.54 |
| HSL | 128.82º | 0.4% | 0.33% | - |
| HSV(B) | 128.82º | 0.58% | 0.46% | - |
| XYZ | 8.61 | 13.96 | 6.52 | - |
| YUV | 91.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 60 | 0.58 | 0 | 0.49 | 0.54 | 128.82 | 0.4 | 0.33 |
| Hex | 32 | 76 | 3C | 3A | 0 | 31 | 36 | 81 | 28 | 21 |
| Octal | 62 | 166 | 74 | 72 | 0 | 61 | 66 | 201 | 50 | 41 |
| Binary | 110010 | 1110110 | 111100 | 111010 | 0 | 110001 | 110110 | 10000001 | 101000 | 100001 |
Color Harmonies of #32763C
Complementary color
Monochromatic Colors of #32763C
Black with #32763C
Text Example
Text Example
White with #32763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32763C; }
p { color: rgb(50,118,60); }
H1.HeaderClassName
{
color: #32763C;
}
.AnyTagClassName
{
color: #32763C;
}
</style>
background-color css
<style>
a { background-color: #32763C; }
a { background-color: rgb(50,118,60); }
div.DivClassName
{
background-color: #32763C;
}
.BgClassName
{
background-color: #32763C;
}
</style>
border-color css
<style>
span { border-color: #32763C; }
span { border-color: rgb(50,118,60); }
td.TdClassName
{
border-color: #32763C;
}
.TagClassName
{
border-color: #32763C;
}
</style>