Html Css Color HEX #407951 Amazon

📋 copy color: '#407951'

red 64 ◦ green 121 ◦ blue 81

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

Shades of Amazon #407951

Tints of Amazon #407951

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.49%

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

R = 24.06%
G = 45.49%
B = 30.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#407951 (or 0x407951) is known color: Amazon. HEX triplet: 40, 79 and 51. RGB value is (64,121,81). Sum of RGB (Red+Green+Blue) = 64+121+81=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #407951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407951 is #BF86AE. Grayscale: #636363. Windows color (decimal): -12551855 or 5339456. OLE color: 5339456.

HSL color Cylindrical-coordinate representation of color #407951: hue angle of 137.89º 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 #407951 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 81 -
CMYK 0.47 0 0.33 0.53
HSL 137.89º 0.31% 0.36% -
HSV(B) 137.89º 0.47% 0.47% -
XYZ 10.44 15.36 10.2 -
YUV 99.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 64 121 81 0.47 0 0.33 0.53 137.89 0.31 0.36
Hex 40 79 51 2F 0 21 35 8A 1F 24
Octal 100 171 121 57 0 41 65 212 37 44
Binary 1000000 1111001 1010001 101111 0 100001 110101 10001010 11111 100100

Color Harmonies of #407951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407951

Black with #407951

Text Example


Text Example

White with #407951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407951; }

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

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

background-color css

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

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

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

border-color css

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

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

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