Shades of Japanese Laurel #34903F
Tints of Japanese Laurel #34903F
RGB
CMYK
RGB Variations
Color information
#34903F (or 0x34903F) is known color: Japanese Laurel. HEX triplet: 34, 90 and 3F. RGB value is (52,144,63). Sum of RGB (Red+Green+Blue) = 52+144+63=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #34903F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34903F is #CB6FC0. Grayscale: #6B6B6B. Windows color (decimal): -13332417 or 4165684. OLE color: 4165684.
HSL color Cylindrical-coordinate representation of color #34903F: hue angle of 127.17º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34903F is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 63 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.44 |
| HSL | 127.17º | 0.47% | 0.38% | - |
| HSV(B) | 127.17º | 0.64% | 0.56% | - |
| XYZ | 12.29 | 21.04 | 8.12 | - |
| YUV | 107.26 | 103.02 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 63 | 0.64 | 0 | 0.56 | 0.44 | 127.17 | 0.47 | 0.38 |
| Hex | 34 | 90 | 3F | 40 | 0 | 38 | 2C | 7F | 2F | 26 |
| Octal | 64 | 220 | 77 | 100 | 0 | 70 | 54 | 177 | 57 | 46 |
| Binary | 110100 | 10010000 | 111111 | 1000000 | 0 | 111000 | 101100 | 1111111 | 101111 | 100110 |
Color Harmonies of #34903F
Complementary color
Monochromatic Colors of #34903F
Black with #34903F
Text Example
Text Example
White with #34903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34903F; }
p { color: rgb(52,144,63); }
H1.HeaderClassName
{
color: #34903F;
}
.AnyTagClassName
{
color: #34903F;
}
</style>
background-color css
<style>
a { background-color: #34903F; }
a { background-color: rgb(52,144,63); }
div.DivClassName
{
background-color: #34903F;
}
.BgClassName
{
background-color: #34903F;
}
</style>
border-color css
<style>
span { border-color: #34903F; }
span { border-color: rgb(52,144,63); }
td.TdClassName
{
border-color: #34903F;
}
.TagClassName
{
border-color: #34903F;
}
</style>