Html Css Color HEX #407858 Amazon

📋 copy color: '#407858'

red 64 ◦ green 120 ◦ blue 88

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

Shades of Amazon #407858

Tints of Amazon #407858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.35%

R = 23.53%
G = 44.12%
B = 32.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#407858 (or 0x407858) is known color: Amazon. HEX triplet: 40, 78 and 58. RGB value is (64,120,88). Sum of RGB (Red+Green+Blue) = 64+120+88=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #407858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407858 is #BF87A7. Grayscale: #636363. Windows color (decimal): -12552104 or 5797952. OLE color: 5797952.

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

Color convert

RGB 64 120 88 -
CMYK 0.47 0 0.27 0.53
HSL 145.71º 0.3% 0.36% -
HSV(B) 145.71º 0.47% 0.47% -
XYZ 10.59 15.23 11.61 -
YUV 99.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 64 120 88 0.47 0 0.27 0.53 145.71 0.3 0.36
Hex 40 78 58 2F 0 1B 35 92 1E 24
Octal 100 170 130 57 0 33 65 222 36 44
Binary 1000000 1111000 1011000 101111 0 11011 110101 10010010 11110 100100

Color Harmonies of #407858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407858

Black with #407858

Text Example


Text Example

White with #407858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407858; }

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

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

background-color css

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

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

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

border-color css

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

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

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