#40723F

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

Shades of Japanese Laurel #40723F

Tints of Japanese Laurel #40723F

Color information

#40723F (or 0x40723F) is unknown color: approx Japanese Laurel. HEX triplet: 40, 72 and 3F. RGB value is (64,114,63). Sum of RGB (Red+Green+Blue) = 64+114+63=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #40723F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40723F is #BF8DC0. Grayscale: #5D5D5D. Windows color (decimal): -12553665 or 4158016. OLE color: 4158016.

HSL color Cylindrical-coordinate representation of color #40723F: hue angle of 118.82º 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 #40723F is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB6411463-
CMYK0.4400.450.55
HSL118.82º28.81%34.71%-
HSV(B)118.82º44.74%44.71%-
XYZ9.0313.486.83-
YUV93.24110.94107.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 63 (25% from 255) = 26.14%
R=26.56%
G=47.30%
B=26.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114630.4400.450.55118.8228.8134.71
Hex40723F2C02D37771d23
Octal1001627754055671673543
Binary100000011100101111111011000101101110111111011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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