#40783F

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

Shades of Japanese Laurel #40783F

Tints of Japanese Laurel #40783F

Color information

#40783F (or 0x40783F) is unknown color: approx Japanese Laurel. HEX triplet: 40, 78 and 3F. RGB value is (64,120,63). Sum of RGB (Red+Green+Blue) = 64+120+63=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #40783F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40783F is #BF87C0. Grayscale: #606060. Windows color (decimal): -12552129 or 4159552. OLE color: 4159552.

HSL color Cylindrical-coordinate representation of color #40783F: hue angle of 118.95º 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 #40783F is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB6412063-
CMYK0.4700.480.53
HSL118.95º31.15%35.88%-
HSV(B)118.95º47.5%47.06%-
XYZ9.7314.887.06-
YUV96.76108.95104.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 63 (25% from 255) = 25.51%
R=25.91%
G=48.58%
B=25.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120630.4700.480.53118.9531.1535.88
Hex40783F2F03035771f24
Octal1001707757060651673744
Binary100000011110001111111011110110000110101111011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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