Html Css Color HEX #3A814D Amazon

📋 copy color: '#3A814D'

red 58 ◦ green 129 ◦ blue 77

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

Shades of Amazon #3A814D

Tints of Amazon #3A814D

RGB

 RED value IS 58 (23.05% from 255) = 21.97%

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

 BLUE value IS 77 (30.47% from 255) = 29.17%

R = 21.97%
G = 48.86%
B = 29.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#3A814D (or 0x3A814D) is known color: Amazon. HEX triplet: 3A, 81 and 4D. RGB value is (58,129,77). Sum of RGB (Red+Green+Blue) = 58+129+77=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #3A814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A814D is #C57EB2. Grayscale: #656565. Windows color (decimal): -12943027 or 5079354. OLE color: 5079354.

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

Color convert

RGB 58 129 77 -
CMYK 0.55 0 0.40 0.49
HSL 136.06º 0.38% 0.37% -
HSV(B) 136.06º 0.55% 0.51% -
XYZ 10.93 17.14 9.75 -
YUV 101.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 58 129 77 0.55 0 0.40 0.49 136.06 0.38 0.37
Hex 3A 81 4D 37 0 28 31 88 26 25
Octal 72 201 115 67 0 50 61 210 46 45
Binary 111010 10000001 1001101 110111 0 101000 110001 10001000 100110 100101

Color Harmonies of #3A814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A814D

Black with #3A814D

Text Example


Text Example

White with #3A814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A814D; }

 p { color: rgb(58,129,77); }

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

background-color css

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

 a { background-color: rgb(58,129,77); }

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

border-color css

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

 span { border-color: rgb(58,129,77); }

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