Shades of Japanese Laurel #33863A
Tints of Japanese Laurel #33863A
RGB
CMYK
RGB Variations
Color information
#33863A (or 0x33863A) is known color: Japanese Laurel. HEX triplet: 33, 86 and 3A. RGB value is (51,134,58). Sum of RGB (Red+Green+Blue) = 51+134+58=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #33863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33863A is #CC79C5. Grayscale: #646464. Windows color (decimal): -13400518 or 3835443. OLE color: 3835443.
HSL color Cylindrical-coordinate representation of color #33863A: hue angle of 125.06º 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 #33863A is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 134 | 58 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.47 |
| HSL | 125.06º | 0.45% | 0.36% | - |
| HSV(B) | 125.06º | 0.62% | 0.53% | - |
| XYZ | 10.65 | 18.06 | 6.93 | - |
| YUV | 100.52 | 104 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 134 | 58 | 0.62 | 0 | 0.57 | 0.47 | 125.06 | 0.45 | 0.36 |
| Hex | 33 | 86 | 3A | 3E | 0 | 39 | 2F | 7D | 2D | 24 |
| Octal | 63 | 206 | 72 | 76 | 0 | 71 | 57 | 175 | 55 | 44 |
| Binary | 110011 | 10000110 | 111010 | 111110 | 0 | 111001 | 101111 | 1111101 | 101101 | 100100 |
Color Harmonies of #33863A
Complementary color
Monochromatic Colors of #33863A
Black with #33863A
Text Example
Text Example
White with #33863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33863A; }
p { color: rgb(51,134,58); }
H1.HeaderClassName
{
color: #33863A;
}
.AnyTagClassName
{
color: #33863A;
}
</style>
background-color css
<style>
a { background-color: #33863A; }
a { background-color: rgb(51,134,58); }
div.DivClassName
{
background-color: #33863A;
}
.BgClassName
{
background-color: #33863A;
}
</style>
border-color css
<style>
span { border-color: #33863A; }
span { border-color: rgb(51,134,58); }
td.TdClassName
{
border-color: #33863A;
}
.TagClassName
{
border-color: #33863A;
}
</style>