Html Css Color HEX #407658 Amazon

📋 copy color: '#407658'

red 64 ◦ green 118 ◦ blue 88

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

Shades of Amazon #407658

Tints of Amazon #407658

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.7%

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

R = 23.7%
G = 43.7%
B = 32.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#407658 (or 0x407658) is known color: Amazon. HEX triplet: 40, 76 and 58. RGB value is (64,118,88). Sum of RGB (Red+Green+Blue) = 64+118+88=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #407658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407658 is #BF89A7. Grayscale: #626262. Windows color (decimal): -12552616 or 5797440. OLE color: 5797440.

HSL color Cylindrical-coordinate representation of color #407658: hue angle of 146.67º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407658 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 88 -
CMYK 0.46 0 0.25 0.54
HSL 146.67º 0.3% 0.36% -
HSV(B) 146.67º 0.46% 0.46% -
XYZ 10.35 14.75 11.53 -
YUV 98.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 64 118 88 0.46 0 0.25 0.54 146.67 0.3 0.36
Hex 40 76 58 2E 0 19 36 93 1E 24
Octal 100 166 130 56 0 31 66 223 36 44
Binary 1000000 1110110 1011000 101110 0 11001 110110 10010011 11110 100100

Color Harmonies of #407658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407658

Black with #407658

Text Example


Text Example

White with #407658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407658; }

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

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

background-color css

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

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

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

border-color css

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

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

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