Shades of Japanese Laurel #33753F
Tints of Japanese Laurel #33753F
RGB
CMYK
RGB Variations
Color information
#33753F (or 0x33753F) is known color: Japanese Laurel. HEX triplet: 33, 75 and 3F. RGB value is (51,117,63). Sum of RGB (Red+Green+Blue) = 51+117+63=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #33753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33753F is #CC8AC0. Grayscale: #5B5B5B. Windows color (decimal): -13404865 or 4158771. OLE color: 4158771.
HSL color Cylindrical-coordinate representation of color #33753F: hue angle of 130.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33753F is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 117 | 63 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.54 |
| HSL | 130.91º | 0.39% | 0.33% | - |
| HSV(B) | 130.91º | 0.56% | 0.46% | - |
| XYZ | 8.62 | 13.79 | 6.91 | - |
| YUV | 91.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 63 | 0.56 | 0 | 0.46 | 0.54 | 130.91 | 0.39 | 0.33 |
| Hex | 33 | 75 | 3F | 38 | 0 | 2E | 36 | 83 | 27 | 21 |
| Octal | 63 | 165 | 77 | 70 | 0 | 56 | 66 | 203 | 47 | 41 |
| Binary | 110011 | 1110101 | 111111 | 111000 | 0 | 101110 | 110110 | 10000011 | 100111 | 100001 |
Color Harmonies of #33753F
Complementary color
Monochromatic Colors of #33753F
Black with #33753F
Text Example
Text Example
White with #33753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33753F; }
p { color: rgb(51,117,63); }
H1.HeaderClassName
{
color: #33753F;
}
.AnyTagClassName
{
color: #33753F;
}
</style>
background-color css
<style>
a { background-color: #33753F; }
a { background-color: rgb(51,117,63); }
div.DivClassName
{
background-color: #33753F;
}
.BgClassName
{
background-color: #33753F;
}
</style>
border-color css
<style>
span { border-color: #33753F; }
span { border-color: rgb(51,117,63); }
td.TdClassName
{
border-color: #33753F;
}
.TagClassName
{
border-color: #33753F;
}
</style>