Html Css Color HEX #3E743C Japanese Laurel

📋 copy color: '#3E743C'

red 62 ◦ green 116 ◦ blue 60

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

Shades of Japanese Laurel #3E743C

Tints of Japanese Laurel #3E743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 26.05%
G = 48.74%
B = 25.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#3E743C (or 0x3E743C) is known color: Japanese Laurel. HEX triplet: 3E, 74 and 3C. RGB value is (62,116,60). Sum of RGB (Red+Green+Blue) = 62+116+60=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #3E743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E743C is #C18BC3. Grayscale: #5D5D5D. Windows color (decimal): -12684228 or 3961918. OLE color: 3961918.

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

Color convert

RGB 62 116 60 -
CMYK 0.47 0 0.48 0.55
HSL 117.86º 0.32% 0.35% -
HSV(B) 117.86º 0.48% 0.45% -
XYZ 9.05 13.84 6.47 -
YUV 93.47 109.11 105.55 -
System Red Green Blue C M Y K H S L
Decimal 62 116 60 0.47 0 0.48 0.55 117.86 0.32 0.35
Hex 3E 74 3C 2F 0 30 37 76 20 23
Octal 76 164 74 57 0 60 67 166 40 43
Binary 111110 1110100 111100 101111 0 110000 110111 1110110 100000 100011

Color Harmonies of #3E743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E743C

Black with #3E743C

Text Example


Text Example

White with #3E743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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