#3F873F

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

Shades of Japanese Laurel #3F873F

Tints of Japanese Laurel #3F873F

Color information

#3F873F (or 0x3F873F) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 87 and 3F. RGB value is (63,135,63). Sum of RGB (Red+Green+Blue) = 63+135+63=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #3F873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F873F is #C078C0. Grayscale: #696969. Windows color (decimal): -12613825 or 4163391. OLE color: 4163391.

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

Color convert

RGB6313563-
CMYK0.5300.530.47
HSL120º36.36%38.82%-
HSV(B)120º53.33%52.94%-
XYZ11.6118.747.71-
YUV105.26104.1597.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.14%
GREEN value IS 135 (53.12% from 255) = 51.72%
BLUE value IS 63 (25% from 255) = 24.14%
R=24.14%
G=51.72%
B=24.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63135630.5300.530.4712036.3638.82
Hex3F873F350352F782427
Octal772077765065571704447
Binary1111111000011111111111010101101011011111111000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,135,63); }

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

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

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

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

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

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

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