Shades of Japanese Laurel #3A7531
Tints of Japanese Laurel #3A7531
RGB
CMYK
RGB Variations
Color information
#3A7531 (or 0x3A7531) is known color: Japanese Laurel. HEX triplet: 3A, 75 and 31. RGB value is (58,117,49). Sum of RGB (Red+Green+Blue) = 58+117+49=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7531 is #C58ACE. Grayscale: #5B5B5B. Windows color (decimal): -12946127 or 3241274. OLE color: 3241274.
HSL color Cylindrical-coordinate representation of color #3A7531: hue angle of 112.06º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A7531 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 49 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.54 |
| HSL | 112.06º | 0.41% | 0.33% | - |
| HSV(B) | 112.06º | 0.58% | 0.46% | - |
| XYZ | 8.66 | 13.84 | 5.12 | - |
| YUV | 91.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 49 | 0.50 | 0 | 0.58 | 0.54 | 112.06 | 0.41 | 0.33 |
| Hex | 3A | 75 | 31 | 32 | 0 | 3A | 36 | 70 | 29 | 21 |
| Octal | 72 | 165 | 61 | 62 | 0 | 72 | 66 | 160 | 51 | 41 |
| Binary | 111010 | 1110101 | 110001 | 110010 | 0 | 111010 | 110110 | 1110000 | 101001 | 100001 |
Color Harmonies of #3A7531
Complementary color
Monochromatic Colors of #3A7531
Black with #3A7531
Text Example
Text Example
White with #3A7531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7531; }
p { color: rgb(58,117,49); }
H1.HeaderClassName
{
color: #3A7531;
}
.AnyTagClassName
{
color: #3A7531;
}
</style>
background-color css
<style>
a { background-color: #3A7531; }
a { background-color: rgb(58,117,49); }
div.DivClassName
{
background-color: #3A7531;
}
.BgClassName
{
background-color: #3A7531;
}
</style>
border-color css
<style>
span { border-color: #3A7531; }
span { border-color: rgb(58,117,49); }
td.TdClassName
{
border-color: #3A7531;
}
.TagClassName
{
border-color: #3A7531;
}
</style>