#3E893D

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

Shades of Japanese Laurel #3E893D

Tints of Japanese Laurel #3E893D

Color information

#3E893D (or 0x3E893D) is unknown color: approx Japanese Laurel. HEX triplet: 3E, 89 and 3D. RGB value is (62,137,61). Sum of RGB (Red+Green+Blue) = 62+137+61=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #3E893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E893D is #C176C2. Grayscale: #6A6A6A. Windows color (decimal): -12678851 or 4032830. OLE color: 4032830.

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

Color convert

RGB6213761-
CMYK0.5500.550.46
HSL119.21º38.38%38.82%-
HSV(B)119.21º55.47%53.73%-
XYZ11.7719.257.51-
YUV105.91102.6596.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.85%
GREEN value IS 137 (53.91% from 255) = 52.69%
BLUE value IS 61 (24.22% from 255) = 23.46%
R=23.85%
G=52.69%
B=23.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62137610.5500.550.46119.2138.3838.82
Hex3E893D370372E772627
Octal762117567067561674647
Binary1111101000100111110111011101101111011101110111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E893D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,137,61); }

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

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

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

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

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

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

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