Shades of Japanese Laurel #32852D
Tints of Japanese Laurel #32852D
RGB
CMYK
RGB Variations
Color information
#32852D (or 0x32852D) is known color: Japanese Laurel. HEX triplet: 32, 85 and 2D. RGB value is (50,133,45). Sum of RGB (Red+Green+Blue) = 50+133+45=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #32852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32852D is #CD7AD2. Grayscale: #626262. Windows color (decimal): -13466323 or 2983218. OLE color: 2983218.
HSL color Cylindrical-coordinate representation of color #32852D: hue angle of 116.59º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32852D is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 45 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.48 |
| HSL | 116.59º | 0.49% | 0.35% | - |
| HSV(B) | 116.59º | 0.66% | 0.52% | - |
| XYZ | 10.18 | 17.64 | 5.35 | - |
| YUV | 98.15 | 98 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 45 | 0.62 | 0 | 0.66 | 0.48 | 116.59 | 0.49 | 0.35 |
| Hex | 32 | 85 | 2D | 3E | 0 | 42 | 30 | 75 | 31 | 23 |
| Octal | 62 | 205 | 55 | 76 | 0 | 102 | 60 | 165 | 61 | 43 |
| Binary | 110010 | 10000101 | 101101 | 111110 | 0 | 1000010 | 110000 | 1110101 | 110001 | 100011 |
Color Harmonies of #32852D
Complementary color
Monochromatic Colors of #32852D
Black with #32852D
Text Example
Text Example
White with #32852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32852D; }
p { color: rgb(50,133,45); }
H1.HeaderClassName
{
color: #32852D;
}
.AnyTagClassName
{
color: #32852D;
}
</style>
background-color css
<style>
a { background-color: #32852D; }
a { background-color: rgb(50,133,45); }
div.DivClassName
{
background-color: #32852D;
}
.BgClassName
{
background-color: #32852D;
}
</style>
border-color css
<style>
span { border-color: #32852D; }
span { border-color: rgb(50,133,45); }
td.TdClassName
{
border-color: #32852D;
}
.TagClassName
{
border-color: #32852D;
}
</style>