Shades of Japanese Laurel #3A8A3C
Tints of Japanese Laurel #3A8A3C
RGB
CMYK
RGB Variations
Color information
#3A8A3C (or 0x3A8A3C) is known color: Japanese Laurel. HEX triplet: 3A, 8A and 3C. RGB value is (58,138,60). Sum of RGB (Red+Green+Blue) = 58+138+60=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8A3C is #C575C3. Grayscale: #696969. Windows color (decimal): -12940740 or 3967546. OLE color: 3967546.
HSL color Cylindrical-coordinate representation of color #3A8A3C: hue angle of 121.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A3C is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 60 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.46 |
| HSL | 121.5º | 0.41% | 0.38% | - |
| HSV(B) | 121.5º | 0.58% | 0.54% | - |
| XYZ | 11.65 | 19.4 | 7.41 | - |
| YUV | 105.19 | 102.5 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 60 | 0.58 | 0 | 0.57 | 0.46 | 121.5 | 0.41 | 0.38 |
| Hex | 3A | 8A | 3C | 3A | 0 | 39 | 2E | 7A | 29 | 26 |
| Octal | 72 | 212 | 74 | 72 | 0 | 71 | 56 | 172 | 51 | 46 |
| Binary | 111010 | 10001010 | 111100 | 111010 | 0 | 111001 | 101110 | 1111010 | 101001 | 100110 |
Color Harmonies of #3A8A3C
Complementary color
Monochromatic Colors of #3A8A3C
Black with #3A8A3C
Text Example
Text Example
White with #3A8A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A3C; }
p { color: rgb(58,138,60); }
H1.HeaderClassName
{
color: #3A8A3C;
}
.AnyTagClassName
{
color: #3A8A3C;
}
</style>
background-color css
<style>
a { background-color: #3A8A3C; }
a { background-color: rgb(58,138,60); }
div.DivClassName
{
background-color: #3A8A3C;
}
.BgClassName
{
background-color: #3A8A3C;
}
</style>
border-color css
<style>
span { border-color: #3A8A3C; }
span { border-color: rgb(58,138,60); }
td.TdClassName
{
border-color: #3A8A3C;
}
.TagClassName
{
border-color: #3A8A3C;
}
</style>