Html Css Color HEX #408958 Amazon

📋 copy color: '#408958'

red 64 ◦ green 137 ◦ blue 88

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

Shades of Amazon #408958

Tints of Amazon #408958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.4%

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

R = 22.15%
G = 47.4%
B = 30.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#408958 (or 0x408958) is known color: Amazon. HEX triplet: 40, 89 and 58. RGB value is (64,137,88). Sum of RGB (Red+Green+Blue) = 64+137+88=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #408958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408958 is #BF76A7. Grayscale: #6D6D6D. Windows color (decimal): -12547752 or 5802304. OLE color: 5802304.

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

Color convert

RGB 64 137 88 -
CMYK 0.53 0 0.36 0.46
HSL 139.73º 0.36% 0.39% -
HSV(B) 139.73º 0.53% 0.54% -
XYZ 12.82 19.69 12.36 -
YUV 109.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 64 137 88 0.53 0 0.36 0.46 139.73 0.36 0.39
Hex 40 89 58 35 0 24 2E 8C 24 27
Octal 100 211 130 65 0 44 56 214 44 47
Binary 1000000 10001001 1011000 110101 0 100100 101110 10001100 100100 100111

Color Harmonies of #408958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408958

Black with #408958

Text Example


Text Example

White with #408958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408958; }

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

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

background-color css

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

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

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

border-color css

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

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

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