#3E7A3F

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

Shades of Japanese Laurel #3E7A3F

Tints of Japanese Laurel #3E7A3F

Color information

#3E7A3F (or 0x3E7A3F) is unknown color: approx Japanese Laurel. HEX triplet: 3E, 7A and 3F. RGB value is (62,122,63). Sum of RGB (Red+Green+Blue) = 62+122+63=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7A3F is #C185C0. Grayscale: #616161. Windows color (decimal): -12682689 or 4160062. OLE color: 4160062.

HSL color Cylindrical-coordinate representation of color #3E7A3F: hue angle of 121º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E7A3F is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB6212263-
CMYK0.4900.480.52
HSL121º32.61%36.08%-
HSV(B)121º49.18%47.84%-
XYZ9.8415.37.14-
YUV97.33108.62102.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.10%
GREEN value IS 122 (48.05% from 255) = 49.39%
BLUE value IS 63 (25% from 255) = 25.51%
R=25.10%
G=49.39%
B=25.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62122630.4900.480.5212132.6136.08
Hex3E7A3F3103034792124
Octal761727761060641714144
Binary111110111101011111111000101100001101001111001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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