#3E763E

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

Shades of Japanese Laurel #3E763E

Tints of Japanese Laurel #3E763E

Color information

#3E763E (or 0x3E763E) is unknown color: approx Japanese Laurel. HEX triplet: 3E, 76 and 3E. RGB value is (62,118,62). Sum of RGB (Red+Green+Blue) = 62+118+62=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #3E763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E763E is #C189C1. Grayscale: #5F5F5F. Windows color (decimal): -12683714 or 4093502. OLE color: 4093502.

HSL color Cylindrical-coordinate representation of color #3E763E: hue angle of 120º 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 #3E763E is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB6211862-
CMYK0.4700.470.54
HSL120º31.11%35.29%-
HSV(B)120º47.46%46.27%-
XYZ9.3314.336.83-
YUV94.87109.45104.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.62%
GREEN value IS 118 (46.48% from 255) = 48.76%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=25.62%
G=48.76%
B=25.62%

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
Decimal62118620.4700.470.5412031.1135.29
Hex3E763E2F02F36781f23
Octal761667657057661703743
Binary11111011101101111101011110101111110110111100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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