Html Css Color HEX #3E743A Japanese Laurel

📋 copy color: '#3E743A'

red 62 ◦ green 116 ◦ blue 58

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

Shades of Japanese Laurel #3E743A

Tints of Japanese Laurel #3E743A

RGB

 RED value IS 62 (24.61% from 255) = 26.27%

 GREEN value IS 116 (45.7% from 255) = 49.15%

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 26.27%
G = 49.15%
B = 24.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#3E743A (or 0x3E743A) is known color: Japanese Laurel. HEX triplet: 3E, 74 and 3A. RGB value is (62,116,58). Sum of RGB (Red+Green+Blue) = 62+116+58=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #3E743A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E743A is #C18BC5. Grayscale: #5D5D5D. Windows color (decimal): -12684230 or 3830846. OLE color: 3830846.

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

Color convert

RGB 62 116 58 -
CMYK 0.47 0 0.5 0.55
HSL 115.86º 0.33% 0.34% -
HSV(B) 115.86º 0.5% 0.45% -
XYZ 9 13.82 6.2 -
YUV 93.24 108.11 105.72 -
System Red Green Blue C M Y K H S L
Decimal 62 116 58 0.47 0 0.5 0.55 115.86 0.33 0.34
Hex 3E 74 3A 2F 0 32 37 74 21 22
Octal 76 164 72 57 0 62 67 164 41 42
Binary 111110 1110100 111010 101111 0 110010 110111 1110100 100001 100010

Color Harmonies of #3E743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E743A

Black with #3E743A

Text Example


Text Example

White with #3E743A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,116,58); }

 H1.HeaderClassName
 {
   color: #3E743A;
 }
 .AnyTagClassName
 {
   color: #3E743A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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