Shades of Japanese Laurel #32853E
Tints of Japanese Laurel #32853E
RGB
CMYK
RGB Variations
Color information
#32853E (or 0x32853E) is known color: Japanese Laurel. HEX triplet: 32, 85 and 3E. RGB value is (50,133,62). Sum of RGB (Red+Green+Blue) = 50+133+62=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #32853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32853E is #CD7AC1. Grayscale: #646464. Windows color (decimal): -13466306 or 4097330. OLE color: 4097330.
HSL color Cylindrical-coordinate representation of color #32853E: hue angle of 128.67º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32853E is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 62 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.48 |
| HSL | 128.67º | 0.45% | 0.36% | - |
| HSV(B) | 128.67º | 0.62% | 0.52% | - |
| XYZ | 10.57 | 17.8 | 7.44 | - |
| YUV | 100.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 62 | 0.62 | 0 | 0.53 | 0.48 | 128.67 | 0.45 | 0.36 |
| Hex | 32 | 85 | 3E | 3E | 0 | 35 | 30 | 81 | 2D | 24 |
| Octal | 62 | 205 | 76 | 76 | 0 | 65 | 60 | 201 | 55 | 44 |
| Binary | 110010 | 10000101 | 111110 | 111110 | 0 | 110101 | 110000 | 10000001 | 101101 | 100100 |
Color Harmonies of #32853E
Complementary color
Monochromatic Colors of #32853E
Black with #32853E
Text Example
Text Example
White with #32853E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32853E; }
p { color: rgb(50,133,62); }
H1.HeaderClassName
{
color: #32853E;
}
.AnyTagClassName
{
color: #32853E;
}
</style>
background-color css
<style>
a { background-color: #32853E; }
a { background-color: rgb(50,133,62); }
div.DivClassName
{
background-color: #32853E;
}
.BgClassName
{
background-color: #32853E;
}
</style>
border-color css
<style>
span { border-color: #32853E; }
span { border-color: rgb(50,133,62); }
td.TdClassName
{
border-color: #32853E;
}
.TagClassName
{
border-color: #32853E;
}
</style>