Html Css Color HEX #408358 Amazon

📋 copy color: '#408358'

red 64 ◦ green 131 ◦ blue 88

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

Shades of Amazon #408358

Tints of Amazon #408358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.29%

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

R = 22.61%
G = 46.29%
B = 31.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#408358 (or 0x408358) is known color: Amazon. HEX triplet: 40, 83 and 58. RGB value is (64,131,88). Sum of RGB (Red+Green+Blue) = 64+131+88=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #408358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408358 is #BF7CA7. Grayscale: #6A6A6A. Windows color (decimal): -12549288 or 5800768. OLE color: 5800768.

HSL color Cylindrical-coordinate representation of color #408358: hue angle of 141.49º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408358 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 131 88 -
CMYK 0.51 0 0.33 0.49
HSL 141.49º 0.34% 0.38% -
HSV(B) 141.49º 0.51% 0.51% -
XYZ 11.99 18.03 12.08 -
YUV 106.07 117.8 98 -
System Red Green Blue C M Y K H S L
Decimal 64 131 88 0.51 0 0.33 0.49 141.49 0.34 0.38
Hex 40 83 58 33 0 21 31 8D 22 26
Octal 100 203 130 63 0 41 61 215 42 46
Binary 1000000 10000011 1011000 110011 0 100001 110001 10001101 100010 100110

Color Harmonies of #408358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408358

Black with #408358

Text Example


Text Example

White with #408358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408358; }

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

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

background-color css

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

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

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

border-color css

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

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

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