#3E703D

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

Shades of Japanese Laurel #3E703D

Tints of Japanese Laurel #3E703D

Color information

#3E703D (or 0x3E703D) is unknown color: approx Japanese Laurel. HEX triplet: 3E, 70 and 3D. RGB value is (62,112,61). Sum of RGB (Red+Green+Blue) = 62+112+61=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #3E703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E703D is #C18FC2. Grayscale: #5B5B5B. Windows color (decimal): -12685251 or 4026430. OLE color: 4026430.

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

Color convert

RGB6211261-
CMYK0.4500.460.56
HSL118.82º29.48%33.92%-
HSV(B)118.82º45.54%43.92%-
XYZ8.6212.956.46-
YUV91.24110.94107.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.38%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 61 (24.22% from 255) = 25.96%
R=26.38%
G=47.66%
B=25.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62112610.4500.460.56118.8229.4833.92
Hex3E703D2D02E38771d22
Octal761607555056701673542
Binary11111011100001111011011010101110111000111011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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