#40763E

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

Shades of Japanese Laurel #40763E

Tints of Japanese Laurel #40763E

Color information

#40763E (or 0x40763E) is unknown color: approx Japanese Laurel. HEX triplet: 40, 76 and 3E. RGB value is (64,118,62). Sum of RGB (Red+Green+Blue) = 64+118+62=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #40763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40763E is #BF89C1. Grayscale: #5F5F5F. Windows color (decimal): -12552642 or 4093504. OLE color: 4093504.

HSL color Cylindrical-coordinate representation of color #40763E: hue angle of 117.86º degrees, saturation: 0.31, 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 #40763E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB6411862-
CMYK0.4600.470.54
HSL117.86º31.11%35.29%-
HSV(B)117.86º47.46%46.27%-
XYZ9.4614.396.84-
YUV95.47109.11105.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=26.23%
G=48.36%
B=25.41%

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
Decimal64118620.4600.470.54117.8631.1135.29
Hex40763E2E02F36761f23
Octal1001667656057661663743
Binary100000011101101111101011100101111110110111011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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