#3F743B

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

Shades of Japanese Laurel #3F743B

Tints of Japanese Laurel #3F743B

Color information

#3F743B (or 0x3F743B) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 74 and 3B. RGB value is (63,116,59). Sum of RGB (Red+Green+Blue) = 63+116+59=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #3F743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F743B is #C08BC4. Grayscale: #5D5D5D. Windows color (decimal): -12618693 or 3896383. OLE color: 3896383.

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

Color convert

RGB6311659-
CMYK0.4600.490.55
HSL115.79º32.57%34.31%-
HSV(B)115.79º49.14%45.49%-
XYZ9.0813.866.33-
YUV93.66108.44106.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 116 (45.70% from 255) = 48.74%
BLUE value IS 59 (23.44% from 255) = 24.79%
R=26.47%
G=48.74%
B=24.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63116590.4600.490.55115.7932.5734.31
Hex3F743B2E03137742122
Octal771647356061671644142
Binary111111111010011101110111001100011101111110100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,116,59); }

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

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

 a { background-color: rgb(63,116,59); }

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

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

 span { border-color: rgb(63,116,59); }

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