Shades of Japanese Laurel #33903D
Tints of Japanese Laurel #33903D
RGB
CMYK
RGB Variations
Color information
#33903D (or 0x33903D) is known color: Japanese Laurel. HEX triplet: 33, 90 and 3D. RGB value is (51,144,61). Sum of RGB (Red+Green+Blue) = 51+144+61=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #33903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33903D is #CC6FC2. Grayscale: #6A6A6A. Windows color (decimal): -13397955 or 4034611. OLE color: 4034611.
HSL color Cylindrical-coordinate representation of color #33903D: hue angle of 126.45º 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 #33903D is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 61 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.44 |
| HSL | 126.45º | 0.48% | 0.38% | - |
| HSV(B) | 126.45º | 0.65% | 0.56% | - |
| XYZ | 12.18 | 20.99 | 7.82 | - |
| YUV | 106.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 61 | 0.65 | 0 | 0.58 | 0.44 | 126.45 | 0.48 | 0.38 |
| Hex | 33 | 90 | 3D | 41 | 0 | 3A | 2C | 7E | 30 | 26 |
| Octal | 63 | 220 | 75 | 101 | 0 | 72 | 54 | 176 | 60 | 46 |
| Binary | 110011 | 10010000 | 111101 | 1000001 | 0 | 111010 | 101100 | 1111110 | 110000 | 100110 |
Color Harmonies of #33903D
Complementary color
Monochromatic Colors of #33903D
Black with #33903D
Text Example
Text Example
White with #33903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33903D; }
p { color: rgb(51,144,61); }
H1.HeaderClassName
{
color: #33903D;
}
.AnyTagClassName
{
color: #33903D;
}
</style>
background-color css
<style>
a { background-color: #33903D; }
a { background-color: rgb(51,144,61); }
div.DivClassName
{
background-color: #33903D;
}
.BgClassName
{
background-color: #33903D;
}
</style>
border-color css
<style>
span { border-color: #33903D; }
span { border-color: rgb(51,144,61); }
td.TdClassName
{
border-color: #33903D;
}
.TagClassName
{
border-color: #33903D;
}
</style>