Html Css Color HEX #40773F Japanese Laurel

📋 copy color: '#40773F'

red 64 ◦ green 119 ◦ blue 63

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

Shades of Japanese Laurel #40773F

Tints of Japanese Laurel #40773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.37%

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

R = 26.02%
G = 48.37%
B = 25.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#40773F (or 0x40773F) is known color: Japanese Laurel. HEX triplet: 40, 77 and 3F. RGB value is (64,119,63). Sum of RGB (Red+Green+Blue) = 64+119+63=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #40773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40773F is #BF88C0. Grayscale: #606060. Windows color (decimal): -12552385 or 4159296. OLE color: 4159296.

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

Color convert

RGB 64 119 63 -
CMYK 0.46 0 0.47 0.53
HSL 118.93º 0.31% 0.36% -
HSV(B) 118.93º 0.47% 0.47% -
XYZ 9.61 14.64 7.02 -
YUV 96.17 109.28 105.05 -
System Red Green Blue C M Y K H S L
Decimal 64 119 63 0.46 0 0.47 0.53 118.93 0.31 0.36
Hex 40 77 3F 2E 0 2F 35 77 1F 24
Octal 100 167 77 56 0 57 65 167 37 44
Binary 1000000 1110111 111111 101110 0 101111 110101 1110111 11111 100100

Color Harmonies of #40773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40773F

Black with #40773F

Text Example


Text Example

White with #40773F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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