#3A7E39

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

Shades of Japanese Laurel #3A7E39

Tints of Japanese Laurel #3A7E39

Color information

#3A7E39 (or 0x3A7E39) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 7E and 39. RGB value is (58,126,57). Sum of RGB (Red+Green+Blue) = 58+126+57=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7E39 is #C581C6. Grayscale: #626262. Windows color (decimal): -12943815 or 3767866. OLE color: 3767866.

HSL color Cylindrical-coordinate representation of color #3A7E39: hue angle of 119.13º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A7E39 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB5812657-
CMYK0.5400.550.51
HSL119.13º37.7%35.88%-
HSV(B)119.13º54.76%49.41%-
XYZ9.9416.126.46-
YUV97.8104.9799.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 126 (49.61% from 255) = 52.28%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=24.07%
G=52.28%
B=23.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58126570.5400.550.51119.1337.735.88
Hex3A7E393603733772624
Octal721767166067631674644
Binary111010111111011100111011001101111100111110111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,126,57); }

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

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

 a { background-color: rgb(58,126,57); }

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

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

 span { border-color: rgb(58,126,57); }

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