#3E763F

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

Shades of Japanese Laurel #3E763F

Tints of Japanese Laurel #3E763F

Color information

#3E763F (or 0x3E763F) is unknown color: approx Japanese Laurel. HEX triplet: 3E, 76 and 3F. RGB value is (62,118,63). Sum of RGB (Red+Green+Blue) = 62+118+63=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #3E763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E763F is #C189C0. Grayscale: #5F5F5F. Windows color (decimal): -12683713 or 4159038. OLE color: 4159038.

HSL color Cylindrical-coordinate representation of color #3E763F: hue angle of 121.07º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E763F is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB6211863-
CMYK0.4700.470.54
HSL121.07º31.11%35.29%-
HSV(B)121.07º47.46%46.27%-
XYZ9.3614.346.98-
YUV94.99109.95104.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 63 (25% from 255) = 25.93%
R=25.51%
G=48.56%
B=25.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62118630.4700.470.54121.0731.1135.29
Hex3E763F2F02F36791f23
Octal761667757057661713743
Binary11111011101101111111011110101111110110111100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,118,63); }

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

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

 a { background-color: rgb(62,118,63); }

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

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

 span { border-color: rgb(62,118,63); }

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