Shades of Japanese Laurel #33742A
Tints of Japanese Laurel #33742A
RGB
CMYK
RGB Variations
Color information
#33742A (or 0x33742A) is known color: Japanese Laurel. HEX triplet: 33, 74 and 2A. RGB value is (51,116,42). Sum of RGB (Red+Green+Blue) = 51+116+42=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #33742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33742A is #CC8BD5. Grayscale: #585858. Windows color (decimal): -13405142 or 2782259. OLE color: 2782259.
HSL color Cylindrical-coordinate representation of color #33742A: hue angle of 112.7º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33742A is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 116 | 42 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.55 |
| HSL | 112.7º | 0.47% | 0.31% | - |
| HSV(B) | 112.7º | 0.64% | 0.45% | - |
| XYZ | 8.03 | 13.36 | 4.35 | - |
| YUV | 88.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 42 | 0.56 | 0 | 0.64 | 0.55 | 112.7 | 0.47 | 0.31 |
| Hex | 33 | 74 | 2A | 38 | 0 | 40 | 37 | 71 | 2F | 1F |
| Octal | 63 | 164 | 52 | 70 | 0 | 100 | 67 | 161 | 57 | 37 |
| Binary | 110011 | 1110100 | 101010 | 111000 | 0 | 1000000 | 110111 | 1110001 | 101111 | 11111 |
Color Harmonies of #33742A
Complementary color
Monochromatic Colors of #33742A
Black with #33742A
Text Example
Text Example
White with #33742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33742A; }
p { color: rgb(51,116,42); }
H1.HeaderClassName
{
color: #33742A;
}
.AnyTagClassName
{
color: #33742A;
}
</style>
background-color css
<style>
a { background-color: #33742A; }
a { background-color: rgb(51,116,42); }
div.DivClassName
{
background-color: #33742A;
}
.BgClassName
{
background-color: #33742A;
}
</style>
border-color css
<style>
span { border-color: #33742A; }
span { border-color: rgb(51,116,42); }
td.TdClassName
{
border-color: #33742A;
}
.TagClassName
{
border-color: #33742A;
}
</style>