Html Css Color HEX #407850 Amazon

📋 copy color: '#407850'

red 64 ◦ green 120 ◦ blue 80

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

Shades of Amazon #407850

Tints of Amazon #407850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.45%

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

R = 24.24%
G = 45.45%
B = 30.3%

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

#407850 (or 0x407850) is known color: Amazon. HEX triplet: 40, 78 and 50. RGB value is (64,120,80). Sum of RGB (Red+Green+Blue) = 64+120+80=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #407850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407850 is #BF87AF. Grayscale: #626262. Windows color (decimal): -12552112 or 5273664. OLE color: 5273664.

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

Color convert

RGB 64 120 80 -
CMYK 0.47 0 0.33 0.53
HSL 137.14º 0.3% 0.36% -
HSV(B) 137.14º 0.47% 0.47% -
XYZ 10.28 15.1 9.96 -
YUV 98.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 64 120 80 0.47 0 0.33 0.53 137.14 0.3 0.36
Hex 40 78 50 2F 0 21 35 89 1E 24
Octal 100 170 120 57 0 41 65 211 36 44
Binary 1000000 1111000 1010000 101111 0 100001 110101 10001001 11110 100100

Color Harmonies of #407850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407850

Black with #407850

Text Example


Text Example

White with #407850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407850; }

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

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

background-color css

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

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

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

border-color css

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

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

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