#3C763E

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

Shades of Japanese Laurel #3C763E

Tints of Japanese Laurel #3C763E

Color information

#3C763E (or 0x3C763E) is unknown color: approx Japanese Laurel. HEX triplet: 3C, 76 and 3E. RGB value is (60,118,62). Sum of RGB (Red+Green+Blue) = 60+118+62=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #3C763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C763E is #C389C1. Grayscale: #5E5E5E. Windows color (decimal): -12814786 or 4093500. OLE color: 4093500.

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

Color convert

RGB6011862-
CMYK0.4900.470.54
HSL122.07º32.58%34.9%-
HSV(B)122.07º49.15%46.27%-
XYZ9.2114.276.83-
YUV94.27109.78103.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=25%
G=49.17%
B=25.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60118620.4900.470.54122.0732.5834.9
Hex3C763E3102F367a2123
Octal741667661057661724143
Binary111100111011011111011000101011111101101111010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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