#40733F

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

Shades of Japanese Laurel #40733F

Tints of Japanese Laurel #40733F

Color information

#40733F (or 0x40733F) is unknown color: approx Japanese Laurel. HEX triplet: 40, 73 and 3F. RGB value is (64,115,63). Sum of RGB (Red+Green+Blue) = 64+115+63=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #40733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40733F is #BF8CC0. Grayscale: #5D5D5D. Windows color (decimal): -12553409 or 4158272. OLE color: 4158272.

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

Color convert

RGB6411563-
CMYK0.4400.450.55
HSL118.85º29.21%34.9%-
HSV(B)118.85º45.22%45.1%-
XYZ9.1413.716.87-
YUV93.82110.6106.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 115 (45.31% from 255) = 47.52%
BLUE value IS 63 (25% from 255) = 26.03%
R=26.45%
G=47.52%
B=26.03%

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
Decimal64115630.4400.450.55118.8529.2134.9
Hex40733F2C02D37771d23
Octal1001637754055671673543
Binary100000011100111111111011000101101110111111011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40733F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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