Shades of Japanese Laurel #3A7B3C
Tints of Japanese Laurel #3A7B3C
RGB
CMYK
RGB Variations
Color information
#3A7B3C (or 0x3A7B3C) is known color: Japanese Laurel. HEX triplet: 3A, 7B and 3C. RGB value is (58,123,60). Sum of RGB (Red+Green+Blue) = 58+123+60=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7B3C is #C584C3. Grayscale: #606060. Windows color (decimal): -12944580 or 3963706. OLE color: 3963706.
HSL color Cylindrical-coordinate representation of color #3A7B3C: hue angle of 121.85º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7B3C is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 123 | 60 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.52 |
| HSL | 121.85º | 0.36% | 0.35% | - |
| HSV(B) | 121.85º | 0.53% | 0.48% | - |
| XYZ | 9.64 | 15.39 | 6.74 | - |
| YUV | 96.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 60 | 0.53 | 0 | 0.51 | 0.52 | 121.85 | 0.36 | 0.35 |
| Hex | 3A | 7B | 3C | 35 | 0 | 33 | 34 | 7A | 24 | 23 |
| Octal | 72 | 173 | 74 | 65 | 0 | 63 | 64 | 172 | 44 | 43 |
| Binary | 111010 | 1111011 | 111100 | 110101 | 0 | 110011 | 110100 | 1111010 | 100100 | 100011 |
Color Harmonies of #3A7B3C
Complementary color
Monochromatic Colors of #3A7B3C
Black with #3A7B3C
Text Example
Text Example
White with #3A7B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B3C; }
p { color: rgb(58,123,60); }
H1.HeaderClassName
{
color: #3A7B3C;
}
.AnyTagClassName
{
color: #3A7B3C;
}
</style>
background-color css
<style>
a { background-color: #3A7B3C; }
a { background-color: rgb(58,123,60); }
div.DivClassName
{
background-color: #3A7B3C;
}
.BgClassName
{
background-color: #3A7B3C;
}
</style>
border-color css
<style>
span { border-color: #3A7B3C; }
span { border-color: rgb(58,123,60); }
td.TdClassName
{
border-color: #3A7B3C;
}
.TagClassName
{
border-color: #3A7B3C;
}
</style>