#40733E

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

Shades of Japanese Laurel #40733E

Tints of Japanese Laurel #40733E

Color information

#40733E (or 0x40733E) is unknown color: approx Japanese Laurel. HEX triplet: 40, 73 and 3E. RGB value is (64,115,62). Sum of RGB (Red+Green+Blue) = 64+115+62=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #40733E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40733E is #BF8CC1. Grayscale: #5D5D5D. Windows color (decimal): -12553410 or 4092736. OLE color: 4092736.

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

Color convert

RGB6411562-
CMYK0.4400.460.55
HSL117.74º29.94%34.71%-
HSV(B)117.74º46.09%45.1%-
XYZ9.1113.76.72-
YUV93.71110.1106.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=26.56%
G=47.72%
B=25.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115620.4400.460.55117.7429.9434.71
Hex40733E2C02E37761e23
Octal1001637654056671663643
Binary100000011100111111101011000101110110111111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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