#3B763E

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

Shades of Japanese Laurel #3B763E

Tints of Japanese Laurel #3B763E

Color information

#3B763E (or 0x3B763E) is unknown color: approx Japanese Laurel. HEX triplet: 3B, 76 and 3E. RGB value is (59,118,62). Sum of RGB (Red+Green+Blue) = 59+118+62=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #3B763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B763E is #C489C1. Grayscale: #5E5E5E. Windows color (decimal): -12880322 or 4093499. OLE color: 4093499.

HSL color Cylindrical-coordinate representation of color #3B763E: hue angle of 123.05º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B763E is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB5911862-
CMYK0.5000.470.54
HSL123.05º33.33%34.71%-
HSV(B)123.05º50%46.27%-
XYZ9.1514.236.82-
YUV93.97109.95103.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=24.69%
G=49.37%
B=25.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118620.5000.470.54123.0533.3334.71
Hex3B763E3202F367b2123
Octal731667662057661734143
Binary111011111011011111011001001011111101101111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,62); }

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

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

 a { background-color: rgb(59,118,62); }

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

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

 span { border-color: rgb(59,118,62); }

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