Shades of Japanese Laurel #33873F
Tints of Japanese Laurel #33873F
RGB
CMYK
RGB Variations
Color information
#33873F (or 0x33873F) is known color: Japanese Laurel. HEX triplet: 33, 87 and 3F. RGB value is (51,135,63). Sum of RGB (Red+Green+Blue) = 51+135+63=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #33873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33873F is #CC78C0. Grayscale: #656565. Windows color (decimal): -13400257 or 4163379. OLE color: 4163379.
HSL color Cylindrical-coordinate representation of color #33873F: hue angle of 128.57º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33873F is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 135 | 63 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.47 |
| HSL | 128.57º | 0.45% | 0.36% | - |
| HSV(B) | 128.57º | 0.62% | 0.53% | - |
| XYZ | 10.93 | 18.39 | 7.68 | - |
| YUV | 101.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 135 | 63 | 0.62 | 0 | 0.53 | 0.47 | 128.57 | 0.45 | 0.36 |
| Hex | 33 | 87 | 3F | 3E | 0 | 35 | 2F | 81 | 2D | 24 |
| Octal | 63 | 207 | 77 | 76 | 0 | 65 | 57 | 201 | 55 | 44 |
| Binary | 110011 | 10000111 | 111111 | 111110 | 0 | 110101 | 101111 | 10000001 | 101101 | 100100 |
Color Harmonies of #33873F
Complementary color
Monochromatic Colors of #33873F
Black with #33873F
Text Example
Text Example
White with #33873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33873F; }
p { color: rgb(51,135,63); }
H1.HeaderClassName
{
color: #33873F;
}
.AnyTagClassName
{
color: #33873F;
}
</style>
background-color css
<style>
a { background-color: #33873F; }
a { background-color: rgb(51,135,63); }
div.DivClassName
{
background-color: #33873F;
}
.BgClassName
{
background-color: #33873F;
}
</style>
border-color css
<style>
span { border-color: #33873F; }
span { border-color: rgb(51,135,63); }
td.TdClassName
{
border-color: #33873F;
}
.TagClassName
{
border-color: #33873F;
}
</style>