#40733D

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

Shades of Japanese Laurel #40733D

Tints of Japanese Laurel #40733D

Color information

#40733D (or 0x40733D) is unknown color: approx Japanese Laurel. HEX triplet: 40, 73 and 3D. RGB value is (64,115,61). Sum of RGB (Red+Green+Blue) = 64+115+61=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #40733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40733D is #BF8CC2. Grayscale: #5D5D5D. Windows color (decimal): -12553411 or 4027200. OLE color: 4027200.

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

Color convert

RGB6411561-
CMYK0.4400.470.55
HSL116.67º30.68%34.51%-
HSV(B)116.67º46.96%45.1%-
XYZ9.0913.696.58-
YUV93.6109.6106.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=26.67%
G=47.92%
B=25.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115610.4400.470.55116.6730.6834.51
Hex40733D2C02F37751f23
Octal1001637554057671653743
Binary100000011100111111011011000101111110111111010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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