Html Css Color HEX #408261 Amazon

📋 copy color: '#408261'

red 64 ◦ green 130 ◦ blue 97

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

Shades of Amazon #408261

Tints of Amazon #408261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

 BLUE value IS 97 (38.28% from 255) = 33.33%

R = 21.99%
G = 44.67%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#408261 (or 0x408261) is known color: Amazon. HEX triplet: 40, 82 and 61. RGB value is (64,130,97). Sum of RGB (Red+Green+Blue) = 64+130+97=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #408261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408261 is #BF7D9E. Grayscale: #6A6A6A. Windows color (decimal): -12549535 or 6390336. OLE color: 6390336.

HSL color Cylindrical-coordinate representation of color #408261: hue angle of 150º 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 #408261 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 97 -
CMYK 0.51 0 0.25 0.49
HSL 150º 0.34% 0.38% -
HSV(B) 150º 0.51% 0.51% -
XYZ 12.25 17.92 14.12 -
YUV 106.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 64 130 97 0.51 0 0.25 0.49 150 0.34 0.38
Hex 40 82 61 33 0 19 31 96 22 26
Octal 100 202 141 63 0 31 61 226 42 46
Binary 1000000 10000010 1100001 110011 0 11001 110001 10010110 100010 100110

Color Harmonies of #408261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408261

Black with #408261

Text Example


Text Example

White with #408261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408261; }

 p { color: rgb(64,130,97); }

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

background-color css

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

 a { background-color: rgb(64,130,97); }

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

border-color css

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

 span { border-color: rgb(64,130,97); }

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