Shades of Japanese Laurel #338432
Tints of Japanese Laurel #338432
RGB
CMYK
RGB Variations
Color information
#338432 (or 0x338432) is known color: Japanese Laurel. HEX triplet: 33, 84 and 32. RGB value is (51,132,50). Sum of RGB (Red+Green+Blue) = 51+132+50=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #338432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338432 is #CC7BCD. Grayscale: #626262. Windows color (decimal): -13401038 or 3310643. OLE color: 3310643.
HSL color Cylindrical-coordinate representation of color #338432: hue angle of 119.27º 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 #338432 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 132 | 50 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.48 |
| HSL | 119.27º | 0.45% | 0.36% | - |
| HSV(B) | 119.27º | 0.62% | 0.52% | - |
| XYZ | 10.19 | 17.44 | 5.85 | - |
| YUV | 98.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 50 | 0.61 | 0 | 0.62 | 0.48 | 119.27 | 0.45 | 0.36 |
| Hex | 33 | 84 | 32 | 3D | 0 | 3E | 30 | 77 | 2D | 24 |
| Octal | 63 | 204 | 62 | 75 | 0 | 76 | 60 | 167 | 55 | 44 |
| Binary | 110011 | 10000100 | 110010 | 111101 | 0 | 111110 | 110000 | 1110111 | 101101 | 100100 |
Color Harmonies of #338432
Complementary color
Monochromatic Colors of #338432
Black with #338432
Text Example
Text Example
White with #338432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338432; }
p { color: rgb(51,132,50); }
H1.HeaderClassName
{
color: #338432;
}
.AnyTagClassName
{
color: #338432;
}
</style>
background-color css
<style>
a { background-color: #338432; }
a { background-color: rgb(51,132,50); }
div.DivClassName
{
background-color: #338432;
}
.BgClassName
{
background-color: #338432;
}
</style>
border-color css
<style>
span { border-color: #338432; }
span { border-color: rgb(51,132,50); }
td.TdClassName
{
border-color: #338432;
}
.TagClassName
{
border-color: #338432;
}
</style>