Html Css Color HEX #40763F Japanese Laurel

📋 copy color: '#40763F'

red 64 ◦ green 118 ◦ blue 63

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

Shades of Japanese Laurel #40763F

Tints of Japanese Laurel #40763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.16%

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

R = 26.12%
G = 48.16%
B = 25.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#40763F (or 0x40763F) is known color: Japanese Laurel. HEX triplet: 40, 76 and 3F. RGB value is (64,118,63). Sum of RGB (Red+Green+Blue) = 64+118+63=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #40763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40763F is #BF89C0. Grayscale: #5F5F5F. Windows color (decimal): -12552641 or 4159040. OLE color: 4159040.

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

Color convert

RGB 64 118 63 -
CMYK 0.46 0 0.47 0.54
HSL 118.91º 0.3% 0.35% -
HSV(B) 118.91º 0.47% 0.46% -
XYZ 9.49 14.41 6.98 -
YUV 95.58 109.61 105.47 -
System Red Green Blue C M Y K H S L
Decimal 64 118 63 0.46 0 0.47 0.54 118.91 0.3 0.35
Hex 40 76 3F 2E 0 2F 36 77 1E 23
Octal 100 166 77 56 0 57 66 167 36 43
Binary 1000000 1110110 111111 101110 0 101111 110110 1110111 11110 100011

Color Harmonies of #40763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40763F

Black with #40763F

Text Example


Text Example

White with #40763F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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