Html Css Color HEX #40773E Japanese Laurel

📋 copy color: '#40773E'

red 64 ◦ green 119 ◦ blue 62

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

Shades of Japanese Laurel #40773E

Tints of Japanese Laurel #40773E

RGB

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

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

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

R = 26.12%
G = 48.57%
B = 25.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#40773E (or 0x40773E) is known color: Japanese Laurel. HEX triplet: 40, 77 and 3E. RGB value is (64,119,62). Sum of RGB (Red+Green+Blue) = 64+119+62=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #40773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40773E is #BF88C1. Grayscale: #606060. Windows color (decimal): -12552386 or 4093760. OLE color: 4093760.

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

Color convert

RGB 64 119 62 -
CMYK 0.46 0 0.48 0.53
HSL 117.89º 0.31% 0.35% -
HSV(B) 117.89º 0.48% 0.47% -
XYZ 9.58 14.63 6.88 -
YUV 96.06 108.78 105.13 -
System Red Green Blue C M Y K H S L
Decimal 64 119 62 0.46 0 0.48 0.53 117.89 0.31 0.35
Hex 40 77 3E 2E 0 30 35 76 1F 23
Octal 100 167 76 56 0 60 65 166 37 43
Binary 1000000 1110111 111110 101110 0 110000 110101 1110110 11111 100011

Color Harmonies of #40773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40773E

Black with #40773E

Text Example


Text Example

White with #40773E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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