Html Css Color HEX #407C3E Japanese Laurel

📋 copy color: '#407C3E'

red 64 ◦ green 124 ◦ blue 62

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

Shades of Japanese Laurel #407C3E

Tints of Japanese Laurel #407C3E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.6%

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

R = 25.6%
G = 49.6%
B = 24.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.5

 K value IS 0.51

RGB Variations

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

Color information

#407C3E (or 0x407C3E) is known color: Japanese Laurel. HEX triplet: 40, 7C and 3E. RGB value is (64,124,62). Sum of RGB (Red+Green+Blue) = 64+124+62=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #407C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407C3E is #BF83C1. Grayscale: #636363. Windows color (decimal): -12551106 or 4095040. OLE color: 4095040.

HSL color Cylindrical-coordinate representation of color #407C3E: hue angle of 118.06º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407C3E is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 124 62 -
CMYK 0.48 0 0.5 0.51
HSL 118.06º 0.33% 0.36% -
HSV(B) 118.06º 0.5% 0.49% -
XYZ 10.19 15.85 7.08 -
YUV 98.99 107.12 103.04 -
System Red Green Blue C M Y K H S L
Decimal 64 124 62 0.48 0 0.5 0.51 118.06 0.33 0.36
Hex 40 7C 3E 30 0 32 33 76 21 24
Octal 100 174 76 60 0 62 63 166 41 44
Binary 1000000 1111100 111110 110000 0 110010 110011 1110110 100001 100100

Color Harmonies of #407C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C3E

Black with #407C3E

Text Example


Text Example

White with #407C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407C3E; }

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

 H1.HeaderClassName
 {
   color: #407C3E;
 }
 .AnyTagClassName
 {
   color: #407C3E;
 }
</style>

background-color css

<style>
 a { background-color: #407C3E; }

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

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

border-color css

<style>
 span { border-color: #407C3E; }

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

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