Html Css Color HEX #407051 Amazon

📋 copy color: '#407051'

red 64 ◦ green 112 ◦ blue 81

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

Shades of Amazon #407051

Tints of Amazon #407051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.58%

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

R = 24.9%
G = 43.58%
B = 31.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#407051 (or 0x407051) is known color: Amazon. HEX triplet: 40, 70 and 51. RGB value is (64,112,81). Sum of RGB (Red+Green+Blue) = 64+112+81=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #407051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407051 is #BF8FAE. Grayscale: #5E5E5E. Windows color (decimal): -12554159 or 5337152. OLE color: 5337152.

HSL color Cylindrical-coordinate representation of color #407051: hue angle of 141.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407051 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 81 -
CMYK 0.43 0 0.28 0.56
HSL 141.25º 0.27% 0.35% -
HSV(B) 141.25º 0.43% 0.44% -
XYZ 9.39 13.27 9.85 -
YUV 94.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 64 112 81 0.43 0 0.28 0.56 141.25 0.27 0.35
Hex 40 70 51 2B 0 1C 38 8D 1B 23
Octal 100 160 121 53 0 34 70 215 33 43
Binary 1000000 1110000 1010001 101011 0 11100 111000 10001101 11011 100011

Color Harmonies of #407051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407051

Black with #407051

Text Example


Text Example

White with #407051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407051; }

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

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

background-color css

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

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

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

border-color css

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

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

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