#3D7636

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

Shades of Japanese Laurel #3D7636

Tints of Japanese Laurel #3D7636

Color information

#3D7636 (or 0x3D7636) is unknown color: approx Japanese Laurel. HEX triplet: 3D, 76 and 36. RGB value is (61,118,54). Sum of RGB (Red+Green+Blue) = 61+118+54=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7636 is #C289C9. Grayscale: #5D5D5D. Windows color (decimal): -12749258 or 3569213. OLE color: 3569213.

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

Color convert

RGB6111854-
CMYK0.4800.540.54
HSL113.44º37.21%33.73%-
HSV(B)113.44º54.24%46.27%-
XYZ9.0714.225.76-
YUV93.66105.62104.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 118 (46.48% from 255) = 50.64%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=26.18%
G=50.64%
B=23.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118540.4800.540.54113.4437.2133.73
Hex3D76363003636712522
Octal751666660066661614542
Binary111101111011011011011000001101101101101110001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,54); }

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

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

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

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

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

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

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