Html Css Color HEX #40743F Japanese Laurel

📋 copy color: '#40743F'

red 64 ◦ green 116 ◦ blue 63

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

Shades of Japanese Laurel #40743F

Tints of Japanese Laurel #40743F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.93%

R = 26.34%
G = 47.74%
B = 25.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#40743F (or 0x40743F) is known color: Japanese Laurel. HEX triplet: 40, 74 and 3F. RGB value is (64,116,63). Sum of RGB (Red+Green+Blue) = 64+116+63=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #40743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40743F is #BF8BC0. Grayscale: #5E5E5E. Windows color (decimal): -12553153 or 4158528. OLE color: 4158528.

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

Color convert

RGB 64 116 63 -
CMYK 0.45 0 0.46 0.55
HSL 118.87º 0.3% 0.35% -
HSV(B) 118.87º 0.46% 0.45% -
XYZ 9.26 13.94 6.91 -
YUV 94.41 110.27 106.31 -
System Red Green Blue C M Y K H S L
Decimal 64 116 63 0.45 0 0.46 0.55 118.87 0.3 0.35
Hex 40 74 3F 2D 0 2E 37 77 1E 23
Octal 100 164 77 55 0 56 67 167 36 43
Binary 1000000 1110100 111111 101101 0 101110 110111 1110111 11110 100011

Color Harmonies of #40743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40743F

Black with #40743F

Text Example


Text Example

White with #40743F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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