Shades of Japanese Laurel #33813B
Tints of Japanese Laurel #33813B
RGB
CMYK
RGB Variations
Color information
#33813B (or 0x33813B) is known color: Japanese Laurel. HEX triplet: 33, 81 and 3B. RGB value is (51,129,59). Sum of RGB (Red+Green+Blue) = 51+129+59=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #33813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33813B is #CC7EC4. Grayscale: #616161. Windows color (decimal): -13401797 or 3899699. OLE color: 3899699.
HSL color Cylindrical-coordinate representation of color #33813B: hue angle of 126.15º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33813B is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 129 | 59 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.49 |
| HSL | 126.15º | 0.43% | 0.35% | - |
| HSV(B) | 126.15º | 0.6% | 0.51% | - |
| XYZ | 10 | 16.72 | 6.84 | - |
| YUV | 97.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 129 | 59 | 0.60 | 0 | 0.54 | 0.49 | 126.15 | 0.43 | 0.35 |
| Hex | 33 | 81 | 3B | 3C | 0 | 36 | 31 | 7E | 2B | 23 |
| Octal | 63 | 201 | 73 | 74 | 0 | 66 | 61 | 176 | 53 | 43 |
| Binary | 110011 | 10000001 | 111011 | 111100 | 0 | 110110 | 110001 | 1111110 | 101011 | 100011 |
Color Harmonies of #33813B
Complementary color
Monochromatic Colors of #33813B
Black with #33813B
Text Example
Text Example
White with #33813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33813B; }
p { color: rgb(51,129,59); }
H1.HeaderClassName
{
color: #33813B;
}
.AnyTagClassName
{
color: #33813B;
}
</style>
background-color css
<style>
a { background-color: #33813B; }
a { background-color: rgb(51,129,59); }
div.DivClassName
{
background-color: #33813B;
}
.BgClassName
{
background-color: #33813B;
}
</style>
border-color css
<style>
span { border-color: #33813B; }
span { border-color: rgb(51,129,59); }
td.TdClassName
{
border-color: #33813B;
}
.TagClassName
{
border-color: #33813B;
}
</style>