Shades of Japanese Laurel #3A7432
Tints of Japanese Laurel #3A7432
RGB
CMYK
RGB Variations
Color information
#3A7432 (or 0x3A7432) is known color: Japanese Laurel. HEX triplet: 3A, 74 and 32. RGB value is (58,116,50). Sum of RGB (Red+Green+Blue) = 58+116+50=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7432 is #C58BCD. Grayscale: #5B5B5B. Windows color (decimal): -12946382 or 3306554. OLE color: 3306554.
HSL color Cylindrical-coordinate representation of color #3A7432: hue angle of 112.73º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A7432 is Cyan = 0.5, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 50 | - |
| CMYK | 0.5 | 0 | 0.57 | 0.55 |
| HSL | 112.73º | 0.4% | 0.33% | - |
| HSV(B) | 112.73º | 0.57% | 0.45% | - |
| XYZ | 8.57 | 13.62 | 5.2 | - |
| YUV | 91.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 50 | 0.5 | 0 | 0.57 | 0.55 | 112.73 | 0.4 | 0.33 |
| Hex | 3A | 74 | 32 | 32 | 0 | 39 | 37 | 71 | 28 | 21 |
| Octal | 72 | 164 | 62 | 62 | 0 | 71 | 67 | 161 | 50 | 41 |
| Binary | 111010 | 1110100 | 110010 | 110010 | 0 | 111001 | 110111 | 1110001 | 101000 | 100001 |
Color Harmonies of #3A7432
Complementary color
Monochromatic Colors of #3A7432
Black with #3A7432
Text Example
Text Example
White with #3A7432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7432; }
p { color: rgb(58,116,50); }
H1.HeaderClassName
{
color: #3A7432;
}
.AnyTagClassName
{
color: #3A7432;
}
</style>
background-color css
<style>
a { background-color: #3A7432; }
a { background-color: rgb(58,116,50); }
div.DivClassName
{
background-color: #3A7432;
}
.BgClassName
{
background-color: #3A7432;
}
</style>
border-color css
<style>
span { border-color: #3A7432; }
span { border-color: rgb(58,116,50); }
td.TdClassName
{
border-color: #3A7432;
}
.TagClassName
{
border-color: #3A7432;
}
</style>