Shades of Japanese Laurel #3A7238
Tints of Japanese Laurel #3A7238
RGB
CMYK
RGB Variations
Color information
#3A7238 (or 0x3A7238) is known color: Japanese Laurel. HEX triplet: 3A, 72 and 38. RGB value is (58,114,56). Sum of RGB (Red+Green+Blue) = 58+114+56=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7238 is #C58DC7. Grayscale: #5A5A5A. Windows color (decimal): -12946888 or 3699258. OLE color: 3699258.
HSL color Cylindrical-coordinate representation of color #3A7238: hue angle of 117.93º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A7238 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 114 | 56 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.55 |
| HSL | 117.93º | 0.34% | 0.33% | - |
| HSV(B) | 117.93º | 0.51% | 0.45% | - |
| XYZ | 8.48 | 13.22 | 5.85 | - |
| YUV | 90.64 | 108.45 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 56 | 0.49 | 0 | 0.51 | 0.55 | 117.93 | 0.34 | 0.33 |
| Hex | 3A | 72 | 38 | 31 | 0 | 33 | 37 | 76 | 22 | 21 |
| Octal | 72 | 162 | 70 | 61 | 0 | 63 | 67 | 166 | 42 | 41 |
| Binary | 111010 | 1110010 | 111000 | 110001 | 0 | 110011 | 110111 | 1110110 | 100010 | 100001 |
Color Harmonies of #3A7238
Complementary color
Monochromatic Colors of #3A7238
Black with #3A7238
Text Example
Text Example
White with #3A7238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7238; }
p { color: rgb(58,114,56); }
H1.HeaderClassName
{
color: #3A7238;
}
.AnyTagClassName
{
color: #3A7238;
}
</style>
background-color css
<style>
a { background-color: #3A7238; }
a { background-color: rgb(58,114,56); }
div.DivClassName
{
background-color: #3A7238;
}
.BgClassName
{
background-color: #3A7238;
}
</style>
border-color css
<style>
span { border-color: #3A7238; }
span { border-color: rgb(58,114,56); }
td.TdClassName
{
border-color: #3A7238;
}
.TagClassName
{
border-color: #3A7238;
}
</style>