#40713F

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

Shades of Japanese Laurel #40713F

Tints of Japanese Laurel #40713F

Color information

#40713F (or 0x40713F) is unknown color: approx Japanese Laurel. HEX triplet: 40, 71 and 3F. RGB value is (64,113,63). Sum of RGB (Red+Green+Blue) = 64+113+63=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #40713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40713F is #BF8EC0. Grayscale: #5C5C5C. Windows color (decimal): -12553921 or 4157760. OLE color: 4157760.

HSL color Cylindrical-coordinate representation of color #40713F: hue angle of 118.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40713F is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB6411363-
CMYK0.4300.440.56
HSL118.8º28.41%34.51%-
HSV(B)118.8º44.25%44.31%-
XYZ8.9213.266.79-
YUV92.65111.27107.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 113 (44.53% from 255) = 47.08%
BLUE value IS 63 (25% from 255) = 26.25%
R=26.67%
G=47.08%
B=26.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113630.4300.440.56118.828.4134.51
Hex40713F2B02C38771c23
Octal1001617753054701673443
Binary100000011100011111111010110101100111000111011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40713F; }

 p { color: rgb(64,113,63); }

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

<style>
 a { background-color: #40713F; }

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

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

<style>
 span { border-color: #40713F; }

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

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