Html Css Color HEX #408153 Amazon

📋 copy color: '#408153'

red 64 ◦ green 129 ◦ blue 83

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

Shades of Amazon #408153

Tints of Amazon #408153

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.74%

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 23.19%
G = 46.74%
B = 30.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#408153 (or 0x408153) is known color: Amazon. HEX triplet: 40, 81 and 53. RGB value is (64,129,83). Sum of RGB (Red+Green+Blue) = 64+129+83=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #408153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408153 is #BF7EAC. Grayscale: #686868. Windows color (decimal): -12549805 or 5472576. OLE color: 5472576.

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

Color convert

RGB 64 129 83 -
CMYK 0.50 0 0.36 0.49
HSL 137.54º 0.34% 0.38% -
HSV(B) 137.54º 0.5% 0.51% -
XYZ 11.53 17.42 10.94 -
YUV 104.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 64 129 83 0.50 0 0.36 0.49 137.54 0.34 0.38
Hex 40 81 53 32 0 24 31 8A 22 26
Octal 100 201 123 62 0 44 61 212 42 46
Binary 1000000 10000001 1010011 110010 0 100100 110001 10001010 100010 100110

Color Harmonies of #408153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408153

Black with #408153

Text Example


Text Example

White with #408153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408153; }

 p { color: rgb(64,129,83); }

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

background-color css

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

 a { background-color: rgb(64,129,83); }

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

border-color css

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

 span { border-color: rgb(64,129,83); }

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