#3E723D

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

Shades of Japanese Laurel #3E723D

Tints of Japanese Laurel #3E723D

Color information

#3E723D (or 0x3E723D) is unknown color: approx Japanese Laurel. HEX triplet: 3E, 72 and 3D. RGB value is (62,114,61). Sum of RGB (Red+Green+Blue) = 62+114+61=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #3E723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E723D is #C18DC2. Grayscale: #5C5C5C. Windows color (decimal): -12684739 or 4026942. OLE color: 4026942.

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

Color convert

RGB6211461-
CMYK0.4600.460.55
HSL118.87º30.29%34.31%-
HSV(B)118.87º46.49%44.71%-
XYZ8.8513.46.53-
YUV92.41110.27106.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.16%
GREEN value IS 114 (44.92% from 255) = 48.10%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=26.16%
G=48.10%
B=25.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62114610.4600.460.55118.8730.2934.31
Hex3E723D2E02E37771e22
Octal761627556056671673642
Binary11111011100101111011011100101110110111111011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,114,61); }

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

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

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

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

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

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

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