#40793D

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

Shades of Japanese Laurel #40793D

Tints of Japanese Laurel #40793D

Color information

#40793D (or 0x40793D) is unknown color: approx Japanese Laurel. HEX triplet: 40, 79 and 3D. RGB value is (64,121,61). Sum of RGB (Red+Green+Blue) = 64+121+61=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #40793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40793D is #BF86C2. Grayscale: #616161. Windows color (decimal): -12551875 or 4028736. OLE color: 4028736.

HSL color Cylindrical-coordinate representation of color #40793D: hue angle of 117º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40793D is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB6412161-
CMYK0.4700.500.53
HSL117º32.97%35.69%-
HSV(B)117º49.59%47.45%-
XYZ9.7915.16.81-
YUV97.12107.62104.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 121 (47.66% from 255) = 49.19%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=26.02%
G=49.19%
B=24.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121610.4700.500.5311732.9735.69
Hex40793D2F03235752124
Octal1001717557062651654144
Binary1000000111100111110110111101100101101011110101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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