Html Css Color HEX #407651 Amazon

📋 copy color: '#407651'

red 64 ◦ green 118 ◦ blue 81

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

Shades of Amazon #407651

Tints of Amazon #407651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 24.33%
G = 44.87%
B = 30.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#407651 (or 0x407651) is known color: Amazon. HEX triplet: 40, 76 and 51. RGB value is (64,118,81). Sum of RGB (Red+Green+Blue) = 64+118+81=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #407651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407651 is #BF89AE. Grayscale: #616161. Windows color (decimal): -12552623 or 5338688. OLE color: 5338688.

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

Color convert

RGB 64 118 81 -
CMYK 0.46 0 0.31 0.54
HSL 138.89º 0.3% 0.36% -
HSV(B) 138.89º 0.46% 0.46% -
XYZ 10.08 14.64 10.08 -
YUV 97.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 64 118 81 0.46 0 0.31 0.54 138.89 0.3 0.36
Hex 40 76 51 2E 0 1F 36 8B 1E 24
Octal 100 166 121 56 0 37 66 213 36 44
Binary 1000000 1110110 1010001 101110 0 11111 110110 10001011 11110 100100

Color Harmonies of #407651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407651

Black with #407651

Text Example


Text Example

White with #407651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407651; }

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

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

background-color css

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

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

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

border-color css

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

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

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