Shades of Japanese Laurel #32833A
Tints of Japanese Laurel #32833A
RGB
CMYK
RGB Variations
Color information
#32833A (or 0x32833A) is known color: Japanese Laurel. HEX triplet: 32, 83 and 3A. RGB value is (50,131,58). Sum of RGB (Red+Green+Blue) = 50+131+58=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #32833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32833A is #CD7CC5. Grayscale: #626262. Windows color (decimal): -13466822 or 3834674. OLE color: 3834674.
HSL color Cylindrical-coordinate representation of color #32833A: hue angle of 125.93º 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 #32833A is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 131 | 58 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.49 |
| HSL | 125.93º | 0.45% | 0.35% | - |
| HSV(B) | 125.93º | 0.62% | 0.51% | - |
| XYZ | 10.2 | 17.22 | 6.79 | - |
| YUV | 98.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 58 | 0.62 | 0 | 0.56 | 0.49 | 125.93 | 0.45 | 0.35 |
| Hex | 32 | 83 | 3A | 3E | 0 | 38 | 31 | 7E | 2D | 23 |
| Octal | 62 | 203 | 72 | 76 | 0 | 70 | 61 | 176 | 55 | 43 |
| Binary | 110010 | 10000011 | 111010 | 111110 | 0 | 111000 | 110001 | 1111110 | 101101 | 100011 |
Color Harmonies of #32833A
Complementary color
Monochromatic Colors of #32833A
Black with #32833A
Text Example
Text Example
White with #32833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32833A; }
p { color: rgb(50,131,58); }
H1.HeaderClassName
{
color: #32833A;
}
.AnyTagClassName
{
color: #32833A;
}
</style>
background-color css
<style>
a { background-color: #32833A; }
a { background-color: rgb(50,131,58); }
div.DivClassName
{
background-color: #32833A;
}
.BgClassName
{
background-color: #32833A;
}
</style>
border-color css
<style>
span { border-color: #32833A; }
span { border-color: rgb(50,131,58); }
td.TdClassName
{
border-color: #32833A;
}
.TagClassName
{
border-color: #32833A;
}
</style>