Shades of Japanese Laurel #338232
Tints of Japanese Laurel #338232
RGB
CMYK
RGB Variations
Color information
#338232 (or 0x338232) is known color: Japanese Laurel. HEX triplet: 33, 82 and 32. RGB value is (51,130,50). Sum of RGB (Red+Green+Blue) = 51+130+50=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #338232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338232 is #CC7DCD. Grayscale: #616161. Windows color (decimal): -13401550 or 3310131. OLE color: 3310131.
HSL color Cylindrical-coordinate representation of color #338232: hue angle of 119.25º degrees, saturation: 0.44, 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 #338232 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 50 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.49 |
| HSL | 119.25º | 0.44% | 0.35% | - |
| HSV(B) | 119.25º | 0.62% | 0.51% | - |
| XYZ | 9.92 | 16.9 | 5.76 | - |
| YUV | 97.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 50 | 0.61 | 0 | 0.62 | 0.49 | 119.25 | 0.44 | 0.35 |
| Hex | 33 | 82 | 32 | 3D | 0 | 3E | 31 | 77 | 2C | 23 |
| Octal | 63 | 202 | 62 | 75 | 0 | 76 | 61 | 167 | 54 | 43 |
| Binary | 110011 | 10000010 | 110010 | 111101 | 0 | 111110 | 110001 | 1110111 | 101100 | 100011 |
Color Harmonies of #338232
Complementary color
Monochromatic Colors of #338232
Black with #338232
Text Example
Text Example
White with #338232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338232; }
p { color: rgb(51,130,50); }
H1.HeaderClassName
{
color: #338232;
}
.AnyTagClassName
{
color: #338232;
}
</style>
background-color css
<style>
a { background-color: #338232; }
a { background-color: rgb(51,130,50); }
div.DivClassName
{
background-color: #338232;
}
.BgClassName
{
background-color: #338232;
}
</style>
border-color css
<style>
span { border-color: #338232; }
span { border-color: rgb(51,130,50); }
td.TdClassName
{
border-color: #338232;
}
.TagClassName
{
border-color: #338232;
}
</style>