Html Css Color HEX #408551 Amazon

📋 copy color: '#408551'

red 64 ◦ green 133 ◦ blue 81

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

Shades of Amazon #408551

Tints of Amazon #408551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.14%

R = 23.02%
G = 47.84%
B = 29.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#408551 (or 0x408551) is known color: Amazon. HEX triplet: 40, 85 and 51. RGB value is (64,133,81). Sum of RGB (Red+Green+Blue) = 64+133+81=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #408551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408551 is #BF7AAE. Grayscale: #6A6A6A. Windows color (decimal): -12548783 or 5342528. OLE color: 5342528.

HSL color Cylindrical-coordinate representation of color #408551: hue angle of 134.78º 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 #408551 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 81 -
CMYK 0.52 0 0.39 0.48
HSL 134.78º 0.35% 0.39% -
HSV(B) 134.78º 0.52% 0.52% -
XYZ 11.99 18.46 10.72 -
YUV 106.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 64 133 81 0.52 0 0.39 0.48 134.78 0.35 0.39
Hex 40 85 51 34 0 27 30 87 23 27
Octal 100 205 121 64 0 47 60 207 43 47
Binary 1000000 10000101 1010001 110100 0 100111 110000 10000111 100011 100111

Color Harmonies of #408551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408551

Black with #408551

Text Example


Text Example

White with #408551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408551; }

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

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

background-color css

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

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

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

border-color css

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

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

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