Shades of Japanese Laurel #33853F
Tints of Japanese Laurel #33853F
RGB
CMYK
RGB Variations
Color information
#33853F (or 0x33853F) is known color: Japanese Laurel. HEX triplet: 33, 85 and 3F. RGB value is (51,133,63). Sum of RGB (Red+Green+Blue) = 51+133+63=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #33853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33853F is #CC7AC0. Grayscale: #646464. Windows color (decimal): -13400769 or 4162867. OLE color: 4162867.
HSL color Cylindrical-coordinate representation of color #33853F: hue angle of 128.78º 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 #33853F is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 133 | 63 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.48 |
| HSL | 128.78º | 0.45% | 0.36% | - |
| HSV(B) | 128.78º | 0.62% | 0.52% | - |
| XYZ | 10.65 | 17.84 | 7.58 | - |
| YUV | 100.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 63 | 0.62 | 0 | 0.53 | 0.48 | 128.78 | 0.45 | 0.36 |
| Hex | 33 | 85 | 3F | 3E | 0 | 35 | 30 | 81 | 2D | 24 |
| Octal | 63 | 205 | 77 | 76 | 0 | 65 | 60 | 201 | 55 | 44 |
| Binary | 110011 | 10000101 | 111111 | 111110 | 0 | 110101 | 110000 | 10000001 | 101101 | 100100 |
Color Harmonies of #33853F
Complementary color
Monochromatic Colors of #33853F
Black with #33853F
Text Example
Text Example
White with #33853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33853F; }
p { color: rgb(51,133,63); }
H1.HeaderClassName
{
color: #33853F;
}
.AnyTagClassName
{
color: #33853F;
}
</style>
background-color css
<style>
a { background-color: #33853F; }
a { background-color: rgb(51,133,63); }
div.DivClassName
{
background-color: #33853F;
}
.BgClassName
{
background-color: #33853F;
}
</style>
border-color css
<style>
span { border-color: #33853F; }
span { border-color: rgb(51,133,63); }
td.TdClassName
{
border-color: #33853F;
}
.TagClassName
{
border-color: #33853F;
}
</style>