#3F853D

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

Shades of Japanese Laurel #3F853D

Tints of Japanese Laurel #3F853D

Color information

#3F853D (or 0x3F853D) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 85 and 3D. RGB value is (63,133,61). Sum of RGB (Red+Green+Blue) = 63+133+61=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #3F853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F853D is #C07AC2. Grayscale: #686868. Windows color (decimal): -12614339 or 4031807. OLE color: 4031807.

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

Color convert

RGB6313361-
CMYK0.5300.540.48
HSL118.33º37.11%38.04%-
HSV(B)118.33º54.14%52.16%-
XYZ11.2818.177.33-
YUV103.86103.8198.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=24.51%
G=51.75%
B=23.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63133610.5300.540.48118.3337.1138.04
Hex3F853D3503630762526
Octal772057565066601664546
Binary1111111000010111110111010101101101100001110110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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