Html Css Color HEX #408558 Amazon

📋 copy color: '#408558'

red 64 ◦ green 133 ◦ blue 88

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

Shades of Amazon #408558

Tints of Amazon #408558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.67%

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

R = 22.46%
G = 46.67%
B = 30.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#408558 (or 0x408558) is known color: Amazon. HEX triplet: 40, 85 and 58. RGB value is (64,133,88). Sum of RGB (Red+Green+Blue) = 64+133+88=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #408558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408558 is #BF7AA7. Grayscale: #6B6B6B. Windows color (decimal): -12548776 or 5801280. OLE color: 5801280.

HSL color Cylindrical-coordinate representation of color #408558: hue angle of 140.87º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408558 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 88 -
CMYK 0.52 0 0.34 0.48
HSL 140.87º 0.35% 0.39% -
HSV(B) 140.87º 0.52% 0.52% -
XYZ 12.26 18.57 12.17 -
YUV 107.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 64 133 88 0.52 0 0.34 0.48 140.87 0.35 0.39
Hex 40 85 58 34 0 22 30 8D 23 27
Octal 100 205 130 64 0 42 60 215 43 47
Binary 1000000 10000101 1011000 110100 0 100010 110000 10001101 100011 100111

Color Harmonies of #408558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408558

Black with #408558

Text Example


Text Example

White with #408558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408558; }

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

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

background-color css

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

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

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

border-color css

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

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

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