Html Css Color HEX #408451 Amazon

📋 copy color: '#408451'

red 64 ◦ green 132 ◦ blue 81

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

Shades of Amazon #408451

Tints of Amazon #408451

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.65%

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

R = 23.1%
G = 47.65%
B = 29.24%

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

#408451 (or 0x408451) is known color: Amazon. HEX triplet: 40, 84 and 51. RGB value is (64,132,81). Sum of RGB (Red+Green+Blue) = 64+132+81=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #408451 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408451 is #BF7BAE. Grayscale: #696969. Windows color (decimal): -12549039 or 5342272. OLE color: 5342272.

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

Color convert

RGB 64 132 81 -
CMYK 0.52 0 0.39 0.48
HSL 135º 0.35% 0.38% -
HSV(B) 135º 0.52% 0.52% -
XYZ 11.85 18.19 10.67 -
YUV 105.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 64 132 81 0.52 0 0.39 0.48 135 0.35 0.38
Hex 40 84 51 34 0 27 30 87 23 26
Octal 100 204 121 64 0 47 60 207 43 46
Binary 1000000 10000100 1010001 110100 0 100111 110000 10000111 100011 100110

Color Harmonies of #408451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408451

Black with #408451

Text Example


Text Example

White with #408451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408451; }

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

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

background-color css

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

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

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

border-color css

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

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

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