Html Css Color HEX #40743E Japanese Laurel

📋 copy color: '#40743E'

red 64 ◦ green 116 ◦ blue 62

#40743E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #40743E

Tints of Japanese Laurel #40743E

RGB

 RED value IS 64 (25.39% from 255) = 26.45%

 GREEN value IS 116 (45.7% from 255) = 47.93%

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 26.45%
G = 47.93%
B = 25.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#40743E (or 0x40743E) is known color: Japanese Laurel. HEX triplet: 40, 74 and 3E. RGB value is (64,116,62). Sum of RGB (Red+Green+Blue) = 64+116+62=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #40743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40743E is #BF8BC1. Grayscale: #5E5E5E. Windows color (decimal): -12553154 or 4092992. OLE color: 4092992.

HSL color Cylindrical-coordinate representation of color #40743E: hue angle of 117.78º degrees, saturation: 0.3, 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 #40743E is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 116 62 -
CMYK 0.45 0 0.47 0.55
HSL 117.78º 0.3% 0.35% -
HSV(B) 117.78º 0.47% 0.45% -
XYZ 9.23 13.93 6.76 -
YUV 94.3 109.77 106.39 -
System Red Green Blue C M Y K H S L
Decimal 64 116 62 0.45 0 0.47 0.55 117.78 0.3 0.35
Hex 40 74 3E 2D 0 2F 37 76 1E 23
Octal 100 164 76 55 0 57 67 166 36 43
Binary 1000000 1110100 111110 101101 0 101111 110111 1110110 11110 100011

Color Harmonies of #40743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40743E

Black with #40743E

Text Example


Text Example

White with #40743E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40743E;
 }
 .AnyTagClassName
 {
   color: #40743E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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