#3F773D

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

Shades of Japanese Laurel #3F773D

Tints of Japanese Laurel #3F773D

Color information

#3F773D (or 0x3F773D) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 77 and 3D. RGB value is (63,119,61). Sum of RGB (Red+Green+Blue) = 63+119+61=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #3F773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F773D is #C088C2. Grayscale: #5F5F5F. Windows color (decimal): -12617923 or 4028223. OLE color: 4028223.

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

Color convert

RGB6311961-
CMYK0.4700.490.53
HSL117.93º32.22%35.29%-
HSV(B)117.93º48.74%46.67%-
XYZ9.4914.596.73-
YUV95.64108.45104.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=25.93%
G=48.97%
B=25.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63119610.4700.490.53117.9332.2235.29
Hex3F773D2F03135762023
Octal771677557061651664043
Binary111111111011111110110111101100011101011110110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,119,61); }

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

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

 a { background-color: rgb(63,119,61); }

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

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

 span { border-color: rgb(63,119,61); }

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