#3F723F

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

Shades of Japanese Laurel #3F723F

Tints of Japanese Laurel #3F723F

Color information

#3F723F (or 0x3F723F) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 72 and 3F. RGB value is (63,114,63). Sum of RGB (Red+Green+Blue) = 63+114+63=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #3F723F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F723F is #C08DC0. Grayscale: #5D5D5D. Windows color (decimal): -12619201 or 4158015. OLE color: 4158015.

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

Color convert

RGB6311463-
CMYK0.4500.450.55
HSL120º28.81%34.71%-
HSV(B)120º44.74%44.71%-
XYZ8.9613.456.83-
YUV92.94111.1106.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.25%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 63 (25% from 255) = 26.25%
R=26.25%
G=47.5%
B=26.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63114630.4500.450.5512028.8134.71
Hex3F723F2D02D37781d23
Octal771627755055671703543
Binary11111111100101111111011010101101110111111100011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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