Html Css Color HEX #40713F Japanese Laurel

📋 copy color: '#40713F'

red 64 ◦ green 113 ◦ blue 63

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

Shades of Japanese Laurel #40713F

Tints of Japanese Laurel #40713F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.08%

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

R = 26.67%
G = 47.08%
B = 26.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#40713F (or 0x40713F) is known color: Japanese Laurel. HEX triplet: 40, 71 and 3F. RGB value is (64,113,63). Sum of RGB (Red+Green+Blue) = 64+113+63=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #40713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40713F is #BF8EC0. Grayscale: #5C5C5C. Windows color (decimal): -12553921 or 4157760. OLE color: 4157760.

HSL color Cylindrical-coordinate representation of color #40713F: hue angle of 118.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40713F is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 63 -
CMYK 0.43 0 0.44 0.56
HSL 118.8º 0.28% 0.35% -
HSV(B) 118.8º 0.44% 0.44% -
XYZ 8.92 13.26 6.79 -
YUV 92.65 111.27 107.57 -
System Red Green Blue C M Y K H S L
Decimal 64 113 63 0.43 0 0.44 0.56 118.8 0.28 0.35
Hex 40 71 3F 2B 0 2C 38 77 1C 23
Octal 100 161 77 53 0 54 70 167 34 43
Binary 1000000 1110001 111111 101011 0 101100 111000 1110111 11100 100011

Color Harmonies of #40713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40713F

Black with #40713F

Text Example


Text Example

White with #40713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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