Shades of Japanese Laurel #32833D
Tints of Japanese Laurel #32833D
RGB
CMYK
RGB Variations
Color information
#32833D (or 0x32833D) is known color: Japanese Laurel. HEX triplet: 32, 83 and 3D. RGB value is (50,131,61). Sum of RGB (Red+Green+Blue) = 50+131+61=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #32833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32833D is #CD7CC2. Grayscale: #626262. Windows color (decimal): -13466819 or 4031282. OLE color: 4031282.
HSL color Cylindrical-coordinate representation of color #32833D: hue angle of 128.15º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32833D is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 131 | 61 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.49 |
| HSL | 128.15º | 0.45% | 0.35% | - |
| HSV(B) | 128.15º | 0.62% | 0.51% | - |
| XYZ | 10.27 | 17.25 | 7.2 | - |
| YUV | 98.8 | 106.66 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 61 | 0.62 | 0 | 0.53 | 0.49 | 128.15 | 0.45 | 0.35 |
| Hex | 32 | 83 | 3D | 3E | 0 | 35 | 31 | 80 | 2D | 23 |
| Octal | 62 | 203 | 75 | 76 | 0 | 65 | 61 | 200 | 55 | 43 |
| Binary | 110010 | 10000011 | 111101 | 111110 | 0 | 110101 | 110001 | 10000000 | 101101 | 100011 |
Color Harmonies of #32833D
Complementary color
Monochromatic Colors of #32833D
Black with #32833D
Text Example
Text Example
White with #32833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32833D; }
p { color: rgb(50,131,61); }
H1.HeaderClassName
{
color: #32833D;
}
.AnyTagClassName
{
color: #32833D;
}
</style>
background-color css
<style>
a { background-color: #32833D; }
a { background-color: rgb(50,131,61); }
div.DivClassName
{
background-color: #32833D;
}
.BgClassName
{
background-color: #32833D;
}
</style>
border-color css
<style>
span { border-color: #32833D; }
span { border-color: rgb(50,131,61); }
td.TdClassName
{
border-color: #32833D;
}
.TagClassName
{
border-color: #32833D;
}
</style>