#40773E

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

Shades of Japanese Laurel #40773E

Tints of Japanese Laurel #40773E

Color information

#40773E (or 0x40773E) is unknown color: approx Japanese Laurel. HEX triplet: 40, 77 and 3E. RGB value is (64,119,62). Sum of RGB (Red+Green+Blue) = 64+119+62=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #40773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40773E is #BF88C1. Grayscale: #606060. Windows color (decimal): -12552386 or 4093760. OLE color: 4093760.

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

Color convert

RGB6411962-
CMYK0.4600.480.53
HSL117.89º31.49%35.49%-
HSV(B)117.89º47.9%46.67%-
XYZ9.5814.636.88-
YUV96.06108.78105.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 119 (46.88% from 255) = 48.57%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=26.12%
G=48.57%
B=25.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119620.4600.480.53117.8931.4935.49
Hex40773E2E03035761f23
Octal1001677656060651663743
Binary100000011101111111101011100110000110101111011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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