Shades of Japanese Laurel #348033
Tints of Japanese Laurel #348033
RGB
CMYK
RGB Variations
Color information
#348033 (or 0x348033) is known color: Japanese Laurel. HEX triplet: 34, 80 and 33. RGB value is (52,128,51). Sum of RGB (Red+Green+Blue) = 52+128+51=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #348033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348033 is #CB7FCC. Grayscale: #606060. Windows color (decimal): -13336525 or 3375156. OLE color: 3375156.
HSL color Cylindrical-coordinate representation of color #348033: hue angle of 119.22º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348033 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 128 | 51 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.50 |
| HSL | 119.22º | 0.43% | 0.35% | - |
| HSV(B) | 119.22º | 0.6% | 0.5% | - |
| XYZ | 9.73 | 16.41 | 5.79 | - |
| YUV | 96.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 128 | 51 | 0.59 | 0 | 0.60 | 0.50 | 119.22 | 0.43 | 0.35 |
| Hex | 34 | 80 | 33 | 3B | 0 | 3C | 32 | 77 | 2B | 23 |
| Octal | 64 | 200 | 63 | 73 | 0 | 74 | 62 | 167 | 53 | 43 |
| Binary | 110100 | 10000000 | 110011 | 111011 | 0 | 111100 | 110010 | 1110111 | 101011 | 100011 |
Color Harmonies of #348033
Complementary color
Monochromatic Colors of #348033
Black with #348033
Text Example
Text Example
White with #348033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348033; }
p { color: rgb(52,128,51); }
H1.HeaderClassName
{
color: #348033;
}
.AnyTagClassName
{
color: #348033;
}
</style>
background-color css
<style>
a { background-color: #348033; }
a { background-color: rgb(52,128,51); }
div.DivClassName
{
background-color: #348033;
}
.BgClassName
{
background-color: #348033;
}
</style>
border-color css
<style>
span { border-color: #348033; }
span { border-color: rgb(52,128,51); }
td.TdClassName
{
border-color: #348033;
}
.TagClassName
{
border-color: #348033;
}
</style>