Html Css Color HEX #3A814E Amazon

📋 copy color: '#3A814E'

red 58 ◦ green 129 ◦ blue 78

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

Shades of Amazon #3A814E

Tints of Amazon #3A814E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.43%

R = 21.89%
G = 48.68%
B = 29.43%

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

#3A814E (or 0x3A814E) is known color: Amazon. HEX triplet: 3A, 81 and 4E. RGB value is (58,129,78). Sum of RGB (Red+Green+Blue) = 58+129+78=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #3A814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A814E is #C57EB1. Grayscale: #666666. Windows color (decimal): -12943026 or 5144890. OLE color: 5144890.

HSL color Cylindrical-coordinate representation of color #3A814E: hue angle of 136.9º 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 #3A814E is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 129 78 -
CMYK 0.55 0 0.40 0.49
HSL 136.9º 0.38% 0.37% -
HSV(B) 136.9º 0.55% 0.51% -
XYZ 10.97 17.15 9.94 -
YUV 101.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 58 129 78 0.55 0 0.40 0.49 136.9 0.38 0.37
Hex 3A 81 4E 37 0 28 31 89 26 25
Octal 72 201 116 67 0 50 61 211 46 45
Binary 111010 10000001 1001110 110111 0 101000 110001 10001001 100110 100101

Color Harmonies of #3A814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A814E

Black with #3A814E

Text Example


Text Example

White with #3A814E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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