#3E853C

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

Shades of Japanese Laurel #3E853C

Tints of Japanese Laurel #3E853C

Color information

#3E853C (or 0x3E853C) is unknown color: approx Japanese Laurel. HEX triplet: 3E, 85 and 3C. RGB value is (62,133,60). Sum of RGB (Red+Green+Blue) = 62+133+60=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #3E853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E853C is #C17AC3. Grayscale: #676767. Windows color (decimal): -12679876 or 3966270. OLE color: 3966270.

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

Color convert

RGB6213360-
CMYK0.5300.550.48
HSL118.36º37.82%37.84%-
HSV(B)118.36º54.89%52.16%-
XYZ11.1918.137.18-
YUV103.45103.4898.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.31%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=24.31%
G=52.16%
B=23.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62133600.5300.550.48118.3637.8237.84
Hex3E853C3503730762626
Octal762057465067601664646
Binary1111101000010111110011010101101111100001110110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,133,60); }

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

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

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

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

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

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

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