#3E883D

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

Shades of Japanese Laurel #3E883D

Tints of Japanese Laurel #3E883D

Color information

#3E883D (or 0x3E883D) is unknown color: approx Japanese Laurel. HEX triplet: 3E, 88 and 3D. RGB value is (62,136,61). Sum of RGB (Red+Green+Blue) = 62+136+61=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #3E883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E883D is #C177C2. Grayscale: #696969. Windows color (decimal): -12679107 or 4032574. OLE color: 4032574.

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

Color convert

RGB6213661-
CMYK0.5400.550.47
HSL119.2º38.07%38.63%-
HSV(B)119.2º55.15%53.33%-
XYZ11.6318.977.46-
YUV105.32102.9897.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.94%
GREEN value IS 136 (53.52% from 255) = 52.51%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=23.94%
G=52.51%
B=23.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62136610.5400.550.47119.238.0738.63
Hex3E883D360372F772627
Octal762107566067571674647
Binary1111101000100011110111011001101111011111110111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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