#3F783A

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

Shades of Japanese Laurel #3F783A

Tints of Japanese Laurel #3F783A

Color information

#3F783A (or 0x3F783A) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 78 and 3A. RGB value is (63,120,58). Sum of RGB (Red+Green+Blue) = 63+120+58=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #3F783A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F783A is #C087C5. Grayscale: #606060. Windows color (decimal): -12617670 or 3831871. OLE color: 3831871.

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

Color convert

RGB6312058-
CMYK0.4800.520.53
HSL115.16º34.83%34.9%-
HSV(B)115.16º51.67%47.06%-
XYZ9.5314.86.36-
YUV95.89106.62104.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 120 (47.27% from 255) = 49.79%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=26.14%
G=49.79%
B=24.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120580.4800.520.53115.1634.8334.9
Hex3F783A3003435732323
Octal771707260064651634343
Binary111111111100011101011000001101001101011110011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,120,58); }

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

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

 a { background-color: rgb(63,120,58); }

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

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

 span { border-color: rgb(63,120,58); }

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