Shades of Japanese Laurel #3A7532
Tints of Japanese Laurel #3A7532
RGB
CMYK
RGB Variations
Color information
#3A7532 (or 0x3A7532) is known color: Japanese Laurel. HEX triplet: 3A, 75 and 32. RGB value is (58,117,50). Sum of RGB (Red+Green+Blue) = 58+117+50=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7532 is #C58ACD. Grayscale: #5B5B5B. Windows color (decimal): -12946126 or 3306810. OLE color: 3306810.
HSL color Cylindrical-coordinate representation of color #3A7532: hue angle of 112.84º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A7532 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 50 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.54 |
| HSL | 112.84º | 0.4% | 0.33% | - |
| HSV(B) | 112.84º | 0.57% | 0.46% | - |
| XYZ | 8.68 | 13.85 | 5.23 | - |
| YUV | 91.72 | 104.45 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 50 | 0.50 | 0 | 0.57 | 0.54 | 112.84 | 0.4 | 0.33 |
| Hex | 3A | 75 | 32 | 32 | 0 | 39 | 36 | 71 | 28 | 21 |
| Octal | 72 | 165 | 62 | 62 | 0 | 71 | 66 | 161 | 50 | 41 |
| Binary | 111010 | 1110101 | 110010 | 110010 | 0 | 111001 | 110110 | 1110001 | 101000 | 100001 |
Color Harmonies of #3A7532
Complementary color
Monochromatic Colors of #3A7532
Black with #3A7532
Text Example
Text Example
White with #3A7532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7532; }
p { color: rgb(58,117,50); }
H1.HeaderClassName
{
color: #3A7532;
}
.AnyTagClassName
{
color: #3A7532;
}
</style>
background-color css
<style>
a { background-color: #3A7532; }
a { background-color: rgb(58,117,50); }
div.DivClassName
{
background-color: #3A7532;
}
.BgClassName
{
background-color: #3A7532;
}
</style>
border-color css
<style>
span { border-color: #3A7532; }
span { border-color: rgb(58,117,50); }
td.TdClassName
{
border-color: #3A7532;
}
.TagClassName
{
border-color: #3A7532;
}
</style>