Shades of Japanese Laurel #34813C
Tints of Japanese Laurel #34813C
RGB
CMYK
RGB Variations
Color information
#34813C (or 0x34813C) is known color: Japanese Laurel. HEX triplet: 34, 81 and 3C. RGB value is (52,129,60). Sum of RGB (Red+Green+Blue) = 52+129+60=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #34813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34813C is #CB7EC3. Grayscale: #626262. Windows color (decimal): -13336260 or 3965236. OLE color: 3965236.
HSL color Cylindrical-coordinate representation of color #34813C: hue angle of 126.23º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34813C is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 60 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.49 |
| HSL | 126.23º | 0.43% | 0.35% | - |
| HSV(B) | 126.23º | 0.6% | 0.51% | - |
| XYZ | 10.08 | 16.76 | 6.98 | - |
| YUV | 98.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 60 | 0.60 | 0 | 0.53 | 0.49 | 126.23 | 0.43 | 0.35 |
| Hex | 34 | 81 | 3C | 3C | 0 | 35 | 31 | 7E | 2B | 23 |
| Octal | 64 | 201 | 74 | 74 | 0 | 65 | 61 | 176 | 53 | 43 |
| Binary | 110100 | 10000001 | 111100 | 111100 | 0 | 110101 | 110001 | 1111110 | 101011 | 100011 |
Color Harmonies of #34813C
Complementary color
Monochromatic Colors of #34813C
Black with #34813C
Text Example
Text Example
White with #34813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34813C; }
p { color: rgb(52,129,60); }
H1.HeaderClassName
{
color: #34813C;
}
.AnyTagClassName
{
color: #34813C;
}
</style>
background-color css
<style>
a { background-color: #34813C; }
a { background-color: rgb(52,129,60); }
div.DivClassName
{
background-color: #34813C;
}
.BgClassName
{
background-color: #34813C;
}
</style>
border-color css
<style>
span { border-color: #34813C; }
span { border-color: rgb(52,129,60); }
td.TdClassName
{
border-color: #34813C;
}
.TagClassName
{
border-color: #34813C;
}
</style>