Shades of Japanese Laurel #3A8F3C
Tints of Japanese Laurel #3A8F3C
RGB
CMYK
RGB Variations
Color information
#3A8F3C (or 0x3A8F3C) is known color: Japanese Laurel. HEX triplet: 3A, 8F and 3C. RGB value is (58,143,60). Sum of RGB (Red+Green+Blue) = 58+143+60=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 143 (56.25% from 255 or 54.79% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 143 - color contains mainly: green. Hex color #3A8F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8F3C is #C570C3. Grayscale: #6C6C6C. Windows color (decimal): -12939460 or 3968826. OLE color: 3968826.
HSL color Cylindrical-coordinate representation of color #3A8F3C: hue angle of 121.41º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8F3C is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 143 | 60 | - |
| CMYK | 0.59 | 0 | 0.58 | 0.44 |
| HSL | 121.41º | 0.42% | 0.39% | - |
| HSV(B) | 121.41º | 0.59% | 0.56% | - |
| XYZ | 12.38 | 20.87 | 7.65 | - |
| YUV | 108.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 143 | 60 | 0.59 | 0 | 0.58 | 0.44 | 121.41 | 0.42 | 0.39 |
| Hex | 3A | 8F | 3C | 3B | 0 | 3A | 2C | 79 | 2A | 27 |
| Octal | 72 | 217 | 74 | 73 | 0 | 72 | 54 | 171 | 52 | 47 |
| Binary | 111010 | 10001111 | 111100 | 111011 | 0 | 111010 | 101100 | 1111001 | 101010 | 100111 |
Color Harmonies of #3A8F3C
Complementary color
Monochromatic Colors of #3A8F3C
Black with #3A8F3C
Text Example
Text Example
White with #3A8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8F3C; }
p { color: rgb(58,143,60); }
H1.HeaderClassName
{
color: #3A8F3C;
}
.AnyTagClassName
{
color: #3A8F3C;
}
</style>
background-color css
<style>
a { background-color: #3A8F3C; }
a { background-color: rgb(58,143,60); }
div.DivClassName
{
background-color: #3A8F3C;
}
.BgClassName
{
background-color: #3A8F3C;
}
</style>
border-color css
<style>
span { border-color: #3A8F3C; }
span { border-color: rgb(58,143,60); }
td.TdClassName
{
border-color: #3A8F3C;
}
.TagClassName
{
border-color: #3A8F3C;
}
</style>