Shades of Japanese Laurel #32943D
Tints of Japanese Laurel #32943D
RGB
CMYK
RGB Variations
Color information
#32943D (or 0x32943D) is known color: Japanese Laurel. HEX triplet: 32, 94 and 3D. RGB value is (50,148,61). Sum of RGB (Red+Green+Blue) = 50+148+61=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #32943D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32943D is #CD6BC2. Grayscale: #6D6D6D. Windows color (decimal): -13462467 or 4035634. OLE color: 4035634.
HSL color Cylindrical-coordinate representation of color #32943D: hue angle of 126.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32943D is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 61 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.42 |
| HSL | 126.73º | 0.49% | 0.39% | - |
| HSV(B) | 126.73º | 0.66% | 0.58% | - |
| XYZ | 12.75 | 22.19 | 8.03 | - |
| YUV | 108.78 | 101.03 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 61 | 0.66 | 0 | 0.59 | 0.42 | 126.73 | 0.49 | 0.39 |
| Hex | 32 | 94 | 3D | 42 | 0 | 3B | 2A | 7F | 31 | 27 |
| Octal | 62 | 224 | 75 | 102 | 0 | 73 | 52 | 177 | 61 | 47 |
| Binary | 110010 | 10010100 | 111101 | 1000010 | 0 | 111011 | 101010 | 1111111 | 110001 | 100111 |
Color Harmonies of #32943D
Complementary color
Monochromatic Colors of #32943D
Black with #32943D
Text Example
Text Example
White with #32943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32943D; }
p { color: rgb(50,148,61); }
H1.HeaderClassName
{
color: #32943D;
}
.AnyTagClassName
{
color: #32943D;
}
</style>
background-color css
<style>
a { background-color: #32943D; }
a { background-color: rgb(50,148,61); }
div.DivClassName
{
background-color: #32943D;
}
.BgClassName
{
background-color: #32943D;
}
</style>
border-color css
<style>
span { border-color: #32943D; }
span { border-color: rgb(50,148,61); }
td.TdClassName
{
border-color: #32943D;
}
.TagClassName
{
border-color: #32943D;
}
</style>