Shades of Japanese Laurel #3A8041
Tints of Japanese Laurel #3A8041
RGB
CMYK
RGB Variations
Color information
#3A8041 (or 0x3A8041) is known color: Japanese Laurel. HEX triplet: 3A, 80 and 41. RGB value is (58,128,65). Sum of RGB (Red+Green+Blue) = 58+128+65=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #3A8041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8041 is #C57FBE. Grayscale: #646464. Windows color (decimal): -12943295 or 4292666. OLE color: 4292666.
HSL color Cylindrical-coordinate representation of color #3A8041: hue angle of 126º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A8041 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 128 | 65 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.50 |
| HSL | 126º | 0.38% | 0.36% | - |
| HSV(B) | 126º | 0.55% | 0.5% | - |
| XYZ | 10.42 | 16.72 | 7.68 | - |
| YUV | 99.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 65 | 0.55 | 0 | 0.49 | 0.50 | 126 | 0.38 | 0.36 |
| Hex | 3A | 80 | 41 | 37 | 0 | 31 | 32 | 7E | 26 | 24 |
| Octal | 72 | 200 | 101 | 67 | 0 | 61 | 62 | 176 | 46 | 44 |
| Binary | 111010 | 10000000 | 1000001 | 110111 | 0 | 110001 | 110010 | 1111110 | 100110 | 100100 |
Color Harmonies of #3A8041
Complementary color
Monochromatic Colors of #3A8041
Black with #3A8041
Text Example
Text Example
White with #3A8041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8041; }
p { color: rgb(58,128,65); }
H1.HeaderClassName
{
color: #3A8041;
}
.AnyTagClassName
{
color: #3A8041;
}
</style>
background-color css
<style>
a { background-color: #3A8041; }
a { background-color: rgb(58,128,65); }
div.DivClassName
{
background-color: #3A8041;
}
.BgClassName
{
background-color: #3A8041;
}
</style>
border-color css
<style>
span { border-color: #3A8041; }
span { border-color: rgb(58,128,65); }
td.TdClassName
{
border-color: #3A8041;
}
.TagClassName
{
border-color: #3A8041;
}
</style>