Shades of Japanese Laurel #32903D
Tints of Japanese Laurel #32903D
RGB
CMYK
RGB Variations
Color information
#32903D (or 0x32903D) is known color: Japanese Laurel. HEX triplet: 32, 90 and 3D. RGB value is (50,144,61). Sum of RGB (Red+Green+Blue) = 50+144+61=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #32903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32903D is #CD6FC2. Grayscale: #6A6A6A. Windows color (decimal): -13463491 or 4034610. OLE color: 4034610.
HSL color Cylindrical-coordinate representation of color #32903D: hue angle of 127.02º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32903D is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 144 | 61 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.44 |
| HSL | 127.02º | 0.48% | 0.38% | - |
| HSV(B) | 127.02º | 0.65% | 0.56% | - |
| XYZ | 12.13 | 20.96 | 7.82 | - |
| YUV | 106.43 | 102.36 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 61 | 0.65 | 0 | 0.58 | 0.44 | 127.02 | 0.48 | 0.38 |
| Hex | 32 | 90 | 3D | 41 | 0 | 3A | 2C | 7F | 30 | 26 |
| Octal | 62 | 220 | 75 | 101 | 0 | 72 | 54 | 177 | 60 | 46 |
| Binary | 110010 | 10010000 | 111101 | 1000001 | 0 | 111010 | 101100 | 1111111 | 110000 | 100110 |
Color Harmonies of #32903D
Complementary color
Monochromatic Colors of #32903D
Black with #32903D
Text Example
Text Example
White with #32903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32903D; }
p { color: rgb(50,144,61); }
H1.HeaderClassName
{
color: #32903D;
}
.AnyTagClassName
{
color: #32903D;
}
</style>
background-color css
<style>
a { background-color: #32903D; }
a { background-color: rgb(50,144,61); }
div.DivClassName
{
background-color: #32903D;
}
.BgClassName
{
background-color: #32903D;
}
</style>
border-color css
<style>
span { border-color: #32903D; }
span { border-color: rgb(50,144,61); }
td.TdClassName
{
border-color: #32903D;
}
.TagClassName
{
border-color: #32903D;
}
</style>