Shades of Japanese Laurel #33903F
Tints of Japanese Laurel #33903F
RGB
CMYK
RGB Variations
Color information
#33903F (or 0x33903F) is known color: Japanese Laurel. HEX triplet: 33, 90 and 3F. RGB value is (51,144,63). Sum of RGB (Red+Green+Blue) = 51+144+63=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #33903F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33903F is #CC6FC0. Grayscale: #6B6B6B. Windows color (decimal): -13397953 or 4165683. OLE color: 4165683.
HSL color Cylindrical-coordinate representation of color #33903F: hue angle of 127.74º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33903F is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 63 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.44 |
| HSL | 127.74º | 0.48% | 0.38% | - |
| HSV(B) | 127.74º | 0.65% | 0.56% | - |
| XYZ | 12.24 | 21.01 | 8.11 | - |
| YUV | 106.96 | 103.19 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 63 | 0.65 | 0 | 0.56 | 0.44 | 127.74 | 0.48 | 0.38 |
| Hex | 33 | 90 | 3F | 41 | 0 | 38 | 2C | 80 | 30 | 26 |
| Octal | 63 | 220 | 77 | 101 | 0 | 70 | 54 | 200 | 60 | 46 |
| Binary | 110011 | 10010000 | 111111 | 1000001 | 0 | 111000 | 101100 | 10000000 | 110000 | 100110 |
Color Harmonies of #33903F
Complementary color
Monochromatic Colors of #33903F
Black with #33903F
Text Example
Text Example
White with #33903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33903F; }
p { color: rgb(51,144,63); }
H1.HeaderClassName
{
color: #33903F;
}
.AnyTagClassName
{
color: #33903F;
}
</style>
background-color css
<style>
a { background-color: #33903F; }
a { background-color: rgb(51,144,63); }
div.DivClassName
{
background-color: #33903F;
}
.BgClassName
{
background-color: #33903F;
}
</style>
border-color css
<style>
span { border-color: #33903F; }
span { border-color: rgb(51,144,63); }
td.TdClassName
{
border-color: #33903F;
}
.TagClassName
{
border-color: #33903F;
}
</style>