Html Css Color HEX #407150 Amazon

📋 copy color: '#407150'

red 64 ◦ green 113 ◦ blue 80

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

Shades of Amazon #407150

Tints of Amazon #407150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.97%

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 24.9%
G = 43.97%
B = 31.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#407150 (or 0x407150) is known color: Amazon. HEX triplet: 40, 71 and 50. RGB value is (64,113,80). Sum of RGB (Red+Green+Blue) = 64+113+80=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #407150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407150 is #BF8EAF. Grayscale: #5E5E5E. Windows color (decimal): -12553904 or 5271872. OLE color: 5271872.

HSL color Cylindrical-coordinate representation of color #407150: hue angle of 139.59º degrees, saturation: 0.28, 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 #407150 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 80 -
CMYK 0.43 0 0.29 0.56
HSL 139.59º 0.28% 0.35% -
HSV(B) 139.59º 0.43% 0.44% -
XYZ 9.47 13.48 9.69 -
YUV 94.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 64 113 80 0.43 0 0.29 0.56 139.59 0.28 0.35
Hex 40 71 50 2B 0 1D 38 8C 1C 23
Octal 100 161 120 53 0 35 70 214 34 43
Binary 1000000 1110001 1010000 101011 0 11101 111000 10001100 11100 100011

Color Harmonies of #407150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407150

Black with #407150

Text Example


Text Example

White with #407150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407150; }

 p { color: rgb(64,113,80); }

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

background-color css

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

 a { background-color: rgb(64,113,80); }

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

border-color css

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

 span { border-color: rgb(64,113,80); }

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