#3F813D

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

Shades of Japanese Laurel #3F813D

Tints of Japanese Laurel #3F813D

Color information

#3F813D (or 0x3F813D) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 81 and 3D. RGB value is (63,129,61). Sum of RGB (Red+Green+Blue) = 63+129+61=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #3F813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F813D is #C07EC2. Grayscale: #656565. Windows color (decimal): -12615363 or 4030783. OLE color: 4030783.

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

Color convert

RGB6312961-
CMYK0.5100.530.49
HSL118.24º35.79%37.25%-
HSV(B)118.24º52.71%50.59%-
XYZ10.7417.097.15-
YUV101.51105.13100.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.90%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=24.90%
G=50.99%
B=24.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63129610.5100.530.49118.2435.7937.25
Hex3F813D3303531762425
Octal772017563065611664445
Binary1111111000000111110111001101101011100011110110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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