#3A763D

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

Shades of Japanese Laurel #3A763D

Tints of Japanese Laurel #3A763D

Color information

#3A763D (or 0x3A763D) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 76 and 3D. RGB value is (58,118,61). Sum of RGB (Red+Green+Blue) = 58+118+61=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #3A763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A763D is #C589C2. Grayscale: #5D5D5D. Windows color (decimal): -12945859 or 4027962. OLE color: 4027962.

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

Color convert

RGB5811861-
CMYK0.5100.480.54
HSL123º34.09%34.51%-
HSV(B)123º50.85%46.27%-
XYZ9.0714.196.68-
YUV93.56109.62102.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.47%
GREEN value IS 118 (46.48% from 255) = 49.79%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=24.47%
G=49.79%
B=25.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58118610.5100.480.5412334.0934.51
Hex3A763D33030367b2223
Octal721667563060661734243
Binary111010111011011110111001101100001101101111011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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