#3F803A

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

Shades of Japanese Laurel #3F803A

Tints of Japanese Laurel #3F803A

Color information

#3F803A (or 0x3F803A) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 80 and 3A. RGB value is (63,128,58). Sum of RGB (Red+Green+Blue) = 63+128+58=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #3F803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F803A is #C07FC5. Grayscale: #646464. Windows color (decimal): -12615622 or 3833919. OLE color: 3833919.

HSL color Cylindrical-coordinate representation of color #3F803A: hue angle of 115.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F803A is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB6312858-
CMYK0.5100.550.50
HSL115.71º37.63%36.47%-
HSV(B)115.71º54.69%50.2%-
XYZ10.5316.86.69-
YUV100.58103.97101.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.30%
GREEN value IS 128 (50.39% from 255) = 51.41%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=25.30%
G=51.41%
B=23.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63128580.5100.550.50115.7137.6336.47
Hex3F803A3303732742624
Octal772007263067621644644
Binary1111111000000011101011001101101111100101110100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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