#40743D

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

Shades of Japanese Laurel #40743D

Tints of Japanese Laurel #40743D

Color information

#40743D (or 0x40743D) is unknown color: approx Japanese Laurel. HEX triplet: 40, 74 and 3D. RGB value is (64,116,61). Sum of RGB (Red+Green+Blue) = 64+116+61=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #40743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40743D is #BF8BC2. Grayscale: #5E5E5E. Windows color (decimal): -12553155 or 4027456. OLE color: 4027456.

HSL color Cylindrical-coordinate representation of color #40743D: hue angle of 116.73º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40743D is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB6411661-
CMYK0.4500.470.55
HSL116.73º31.07%34.71%-
HSV(B)116.73º47.41%45.49%-
XYZ9.213.926.62-
YUV94.18109.27106.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 116 (45.70% from 255) = 48.13%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=26.56%
G=48.13%
B=25.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116610.4500.470.55116.7331.0734.71
Hex40743D2D02F37751f23
Octal1001647555057671653743
Binary100000011101001111011011010101111110111111010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40743D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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