#40773F

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

Shades of Japanese Laurel #40773F

Tints of Japanese Laurel #40773F

Color information

#40773F (or 0x40773F) is unknown color: approx Japanese Laurel. HEX triplet: 40, 77 and 3F. RGB value is (64,119,63). Sum of RGB (Red+Green+Blue) = 64+119+63=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #40773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40773F is #BF88C0. Grayscale: #606060. Windows color (decimal): -12552385 or 4159296. OLE color: 4159296.

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

Color convert

RGB6411963-
CMYK0.4600.470.53
HSL118.93º30.77%35.69%-
HSV(B)118.93º47.06%46.67%-
XYZ9.6114.647.02-
YUV96.17109.28105.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 119 (46.88% from 255) = 48.37%
BLUE value IS 63 (25% from 255) = 25.61%
R=26.02%
G=48.37%
B=25.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119630.4600.470.53118.9330.7735.69
Hex40773F2E02F35771f24
Octal1001677756057651673744
Binary100000011101111111111011100101111110101111011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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