#40763F

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

Shades of Japanese Laurel #40763F

Tints of Japanese Laurel #40763F

Color information

#40763F (or 0x40763F) is unknown color: approx Japanese Laurel. HEX triplet: 40, 76 and 3F. RGB value is (64,118,63). Sum of RGB (Red+Green+Blue) = 64+118+63=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #40763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40763F is #BF89C0. Grayscale: #5F5F5F. Windows color (decimal): -12552641 or 4159040. OLE color: 4159040.

HSL color Cylindrical-coordinate representation of color #40763F: hue angle of 118.91º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40763F is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB6411863-
CMYK0.4600.470.54
HSL118.91º30.39%35.49%-
HSV(B)118.91º46.61%46.27%-
XYZ9.4914.416.98-
YUV95.58109.61105.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 63 (25% from 255) = 25.71%
R=26.12%
G=48.16%
B=25.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118630.4600.470.54118.9130.3935.49
Hex40763F2E02F36771e23
Octal1001667756057661673643
Binary100000011101101111111011100101111110110111011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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