Shades of Japanese Laurel #3A7D37
Tints of Japanese Laurel #3A7D37
RGB
CMYK
RGB Variations
Color information
#3A7D37 (or 0x3A7D37) is known color: Japanese Laurel. HEX triplet: 3A, 7D and 37. RGB value is (58,125,55). Sum of RGB (Red+Green+Blue) = 58+125+55=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 125 (49.22% from 255 or 52.52% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7D37 is #C582C8. Grayscale: #616161. Windows color (decimal): -12944073 or 3636538. OLE color: 3636538.
HSL color Cylindrical-coordinate representation of color #3A7D37: hue angle of 117.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A7D37 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 125 | 55 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.51 |
| HSL | 117.43º | 0.39% | 0.35% | - |
| HSV(B) | 117.43º | 0.56% | 0.49% | - |
| XYZ | 9.77 | 15.84 | 6.16 | - |
| YUV | 96.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 55 | 0.54 | 0 | 0.56 | 0.51 | 117.43 | 0.39 | 0.35 |
| Hex | 3A | 7D | 37 | 36 | 0 | 38 | 33 | 75 | 27 | 23 |
| Octal | 72 | 175 | 67 | 66 | 0 | 70 | 63 | 165 | 47 | 43 |
| Binary | 111010 | 1111101 | 110111 | 110110 | 0 | 111000 | 110011 | 1110101 | 100111 | 100011 |
Color Harmonies of #3A7D37
Complementary color
Monochromatic Colors of #3A7D37
Black with #3A7D37
Text Example
Text Example
White with #3A7D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7D37; }
p { color: rgb(58,125,55); }
H1.HeaderClassName
{
color: #3A7D37;
}
.AnyTagClassName
{
color: #3A7D37;
}
</style>
background-color css
<style>
a { background-color: #3A7D37; }
a { background-color: rgb(58,125,55); }
div.DivClassName
{
background-color: #3A7D37;
}
.BgClassName
{
background-color: #3A7D37;
}
</style>
border-color css
<style>
span { border-color: #3A7D37; }
span { border-color: rgb(58,125,55); }
td.TdClassName
{
border-color: #3A7D37;
}
.TagClassName
{
border-color: #3A7D37;
}
</style>