Shades of Japanese Laurel #34783C
Tints of Japanese Laurel #34783C
RGB
CMYK
RGB Variations
Color information
#34783C (or 0x34783C) is known color: Japanese Laurel. HEX triplet: 34, 78 and 3C. RGB value is (52,120,60). Sum of RGB (Red+Green+Blue) = 52+120+60=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #34783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34783C is #CB87C3. Grayscale: #5C5C5C. Windows color (decimal): -13338564 or 3962932. OLE color: 3962932.
HSL color Cylindrical-coordinate representation of color #34783C: hue angle of 127.06º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34783C is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 120 | 60 | - |
| CMYK | 0.57 | 0 | 0.5 | 0.53 |
| HSL | 127.06º | 0.4% | 0.34% | - |
| HSV(B) | 127.06º | 0.57% | 0.47% | - |
| XYZ | 8.95 | 14.49 | 6.6 | - |
| YUV | 92.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 60 | 0.57 | 0 | 0.5 | 0.53 | 127.06 | 0.4 | 0.34 |
| Hex | 34 | 78 | 3C | 39 | 0 | 32 | 35 | 7F | 28 | 22 |
| Octal | 64 | 170 | 74 | 71 | 0 | 62 | 65 | 177 | 50 | 42 |
| Binary | 110100 | 1111000 | 111100 | 111001 | 0 | 110010 | 110101 | 1111111 | 101000 | 100010 |
Color Harmonies of #34783C
Complementary color
Monochromatic Colors of #34783C
Black with #34783C
Text Example
Text Example
White with #34783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34783C; }
p { color: rgb(52,120,60); }
H1.HeaderClassName
{
color: #34783C;
}
.AnyTagClassName
{
color: #34783C;
}
</style>
background-color css
<style>
a { background-color: #34783C; }
a { background-color: rgb(52,120,60); }
div.DivClassName
{
background-color: #34783C;
}
.BgClassName
{
background-color: #34783C;
}
</style>
border-color css
<style>
span { border-color: #34783C; }
span { border-color: rgb(52,120,60); }
td.TdClassName
{
border-color: #34783C;
}
.TagClassName
{
border-color: #34783C;
}
</style>