#3E713E

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

Shades of Japanese Laurel #3E713E

Tints of Japanese Laurel #3E713E

Color information

#3E713E (or 0x3E713E) is unknown color: approx Japanese Laurel. HEX triplet: 3E, 71 and 3E. RGB value is (62,113,62). Sum of RGB (Red+Green+Blue) = 62+113+62=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #3E713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E713E is #C18EC1. Grayscale: #5C5C5C. Windows color (decimal): -12684994 or 4092222. OLE color: 4092222.

HSL color Cylindrical-coordinate representation of color #3E713E: hue angle of 120º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E713E is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB6211362-
CMYK0.4500.450.56
HSL120º29.14%34.31%-
HSV(B)120º45.13%44.31%-
XYZ8.7613.186.64-
YUV91.94111.1106.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.16%
GREEN value IS 113 (44.53% from 255) = 47.68%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=26.16%
G=47.68%
B=26.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62113620.4500.450.5612029.1434.31
Hex3E713E2D02D38781d22
Octal761617655055701703542
Binary11111011100011111101011010101101111000111100011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,113,62); }

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

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

 a { background-color: rgb(62,113,62); }

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

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

 span { border-color: rgb(62,113,62); }

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