Html Css Color HEX #3A694A Amazon

📋 copy color: '#3A694A'

red 58 ◦ green 105 ◦ blue 74

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

Shades of Amazon #3A694A

Tints of Amazon #3A694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.3%

 BLUE value IS 74 (29.3% from 255) = 31.22%

R = 24.47%
G = 44.3%
B = 31.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#3A694A (or 0x3A694A) is known color: Amazon. HEX triplet: 3A, 69 and 4A. RGB value is (58,105,74). Sum of RGB (Red+Green+Blue) = 58+105+74=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #3A694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A694A is #C596B5. Grayscale: #575757. Windows color (decimal): -12949174 or 4876602. OLE color: 4876602.

HSL color Cylindrical-coordinate representation of color #3A694A: hue angle of 140.43º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A694A is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 58 105 74 -
CMYK 0.45 0 0.30 0.59
HSL 140.43º 0.29% 0.32% -
HSV(B) 140.43º 0.45% 0.41% -
XYZ 8.03 11.5 8.27 -
YUV 87.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 58 105 74 0.45 0 0.30 0.59 140.43 0.29 0.32
Hex 3A 69 4A 2D 0 1E 3B 8C 1D 20
Octal 72 151 112 55 0 36 73 214 35 40
Binary 111010 1101001 1001010 101101 0 11110 111011 10001100 11101 100000

Color Harmonies of #3A694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A694A

Black with #3A694A

Text Example


Text Example

White with #3A694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,105,74); }

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

background-color css

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

 a { background-color: rgb(58,105,74); }

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

border-color css

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

 span { border-color: rgb(58,105,74); }

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