Shades of Japanese Laurel #3A8234
Tints of Japanese Laurel #3A8234
RGB
CMYK
RGB Variations
Color information
#3A8234 (or 0x3A8234) is known color: Japanese Laurel. HEX triplet: 3A, 82 and 34. RGB value is (58,130,52). Sum of RGB (Red+Green+Blue) = 58+130+52=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #3A8234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8234 is #C57DCB. Grayscale: #636363. Windows color (decimal): -12942796 or 3441210. OLE color: 3441210.
HSL color Cylindrical-coordinate representation of color #3A8234: hue angle of 115.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A8234 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 130 | 52 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.49 |
| HSL | 115.38º | 0.43% | 0.36% | - |
| HSV(B) | 115.38º | 0.6% | 0.51% | - |
| XYZ | 10.35 | 17.11 | 6.01 | - |
| YUV | 99.58 | 101.15 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 52 | 0.55 | 0 | 0.60 | 0.49 | 115.38 | 0.43 | 0.36 |
| Hex | 3A | 82 | 34 | 37 | 0 | 3C | 31 | 73 | 2B | 24 |
| Octal | 72 | 202 | 64 | 67 | 0 | 74 | 61 | 163 | 53 | 44 |
| Binary | 111010 | 10000010 | 110100 | 110111 | 0 | 111100 | 110001 | 1110011 | 101011 | 100100 |
Color Harmonies of #3A8234
Complementary color
Monochromatic Colors of #3A8234
Black with #3A8234
Text Example
Text Example
White with #3A8234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8234; }
p { color: rgb(58,130,52); }
H1.HeaderClassName
{
color: #3A8234;
}
.AnyTagClassName
{
color: #3A8234;
}
</style>
background-color css
<style>
a { background-color: #3A8234; }
a { background-color: rgb(58,130,52); }
div.DivClassName
{
background-color: #3A8234;
}
.BgClassName
{
background-color: #3A8234;
}
</style>
border-color css
<style>
span { border-color: #3A8234; }
span { border-color: rgb(58,130,52); }
td.TdClassName
{
border-color: #3A8234;
}
.TagClassName
{
border-color: #3A8234;
}
</style>