Shades of Japanese Laurel #34763C
Tints of Japanese Laurel #34763C
RGB
CMYK
RGB Variations
Color information
#34763C (or 0x34763C) is known color: Japanese Laurel. HEX triplet: 34, 76 and 3C. RGB value is (52,118,60). Sum of RGB (Red+Green+Blue) = 52+118+60=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #34763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34763C is #CB89C3. Grayscale: #5B5B5B. Windows color (decimal): -13339076 or 3962420. OLE color: 3962420.
HSL color Cylindrical-coordinate representation of color #34763C: hue angle of 127.27º 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 #34763C is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 118 | 60 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.54 |
| HSL | 127.27º | 0.39% | 0.33% | - |
| HSV(B) | 127.27º | 0.56% | 0.46% | - |
| XYZ | 8.71 | 14.01 | 6.52 | - |
| YUV | 91.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 118 | 60 | 0.56 | 0 | 0.49 | 0.54 | 127.27 | 0.39 | 0.33 |
| Hex | 34 | 76 | 3C | 38 | 0 | 31 | 36 | 7F | 27 | 21 |
| Octal | 64 | 166 | 74 | 70 | 0 | 61 | 66 | 177 | 47 | 41 |
| Binary | 110100 | 1110110 | 111100 | 111000 | 0 | 110001 | 110110 | 1111111 | 100111 | 100001 |
Color Harmonies of #34763C
Complementary color
Monochromatic Colors of #34763C
Black with #34763C
Text Example
Text Example
White with #34763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34763C; }
p { color: rgb(52,118,60); }
H1.HeaderClassName
{
color: #34763C;
}
.AnyTagClassName
{
color: #34763C;
}
</style>
background-color css
<style>
a { background-color: #34763C; }
a { background-color: rgb(52,118,60); }
div.DivClassName
{
background-color: #34763C;
}
.BgClassName
{
background-color: #34763C;
}
</style>
border-color css
<style>
span { border-color: #34763C; }
span { border-color: rgb(52,118,60); }
td.TdClassName
{
border-color: #34763C;
}
.TagClassName
{
border-color: #34763C;
}
</style>