#3F723D

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

Shades of Japanese Laurel #3F723D

Tints of Japanese Laurel #3F723D

Color information

#3F723D (or 0x3F723D) is unknown color: approx Japanese Laurel. HEX triplet: 3F, 72 and 3D. RGB value is (63,114,61). Sum of RGB (Red+Green+Blue) = 63+114+61=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #3F723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F723D is #C08DC2. Grayscale: #5C5C5C. Windows color (decimal): -12619203 or 4026943. OLE color: 4026943.

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

Color convert

RGB6311461-
CMYK0.4500.460.55
HSL117.74º30.29%34.31%-
HSV(B)117.74º46.49%44.71%-
XYZ8.9113.436.54-
YUV92.71110.1106.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=26.47%
G=47.90%
B=25.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63114610.4500.460.55117.7430.2934.31
Hex3F723D2D02E37761e22
Octal771627555056671663642
Binary11111111100101111011011010101110110111111011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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