Html Css Color HEX #3E703D Japanese Laurel

📋 copy color: '#3E703D'

red 62 ◦ green 112 ◦ blue 61

#3E703D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #3E703D

Tints of Japanese Laurel #3E703D

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 value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#3E703D (or 0x3E703D) is known color: 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

RGB 62 112 61 -
CMYK 0.45 0 0.46 0.56
HSL 118.82º 0.29% 0.34% -
HSV(B) 118.82º 0.46% 0.44% -
XYZ 8.62 12.95 6.46 -
YUV 91.24 110.94 107.15 -
System Red Green Blue C M Y K H S L
Decimal 62 112 61 0.45 0 0.46 0.56 118.82 0.29 0.34
Hex 3E 70 3D 2D 0 2E 38 77 1D 22
Octal 76 160 75 55 0 56 70 167 35 42
Binary 111110 1110000 111101 101101 0 101110 111000 1110111 11101 100010

Color Harmonies of #3E703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E703D

Black with #3E703D

Text Example


Text Example

White with #3E703D

Text Example


Text Example

HTML Codes & Css Web 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>