#3A7040

Color #3A7040 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #3A7040

Tints of Japanese Laurel #3A7040

Color information

#3A7040 (or 0x3A7040) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 70 and 40. RGB value is (58,112,64). Sum of RGB (Red+Green+Blue) = 58+112+64=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7040 is #C58FBF. Grayscale: #5A5A5A. Windows color (decimal): -12947392 or 4223034. OLE color: 4223034.

HSL color Cylindrical-coordinate representation of color #3A7040: hue angle of 126.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A7040 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB5811264-
CMYK0.4800.430.56
HSL126.67º31.76%33.33%-
HSV(B)126.67º48.21%43.92%-
XYZ8.4612.866.89-
YUV90.38113.11104.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=24.79%
G=47.86%
B=27.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112640.4800.430.56126.6731.7633.33
Hex3A70403002B387f2021
Octal7216010060053701774041
Binary1110101110000100000011000001010111110001111111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A7040; }

 p { color: rgb(58,112,64); }

 H1.HeaderClassName
 {
   color: #3A7040;
 }
 .AnyTagClassName
 {
   color: #3A7040;
 }
</style>
background-color css

<style>
 a { background-color: #3A7040; }

 a { background-color: rgb(58,112,64); }

 div.DivClassName
 {
   background-color: #3A7040;
 }
 .BgClassName
 {
   background-color: #3A7040;
 }
</style>
border-color css

<style>
 span { border-color: #3A7040; }

 span { border-color: rgb(58,112,64); }

 td.TdClassName
 {
   border-color: #3A7040;
 }
 .TagClassName
 {
   border-color: #3A7040;
 }
</style>