Html Css Color HEX #3A694C Amazon

📋 copy color: '#3A694C'

red 58 ◦ green 105 ◦ blue 76

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

Shades of Amazon #3A694C

Tints of Amazon #3A694C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 24.27%
G = 43.93%
B = 31.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#3A694C (or 0x3A694C) is known color: Amazon. HEX triplet: 3A, 69 and 4C. RGB value is (58,105,76). Sum of RGB (Red+Green+Blue) = 58+105+76=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #3A694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A694C is #C596B3. Grayscale: #575757. Windows color (decimal): -12949172 or 5007674. OLE color: 5007674.

HSL color Cylindrical-coordinate representation of color #3A694C: hue angle of 142.98º 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 #3A694C is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 58 105 76 -
CMYK 0.45 0 0.28 0.59
HSL 142.98º 0.29% 0.32% -
HSV(B) 142.98º 0.45% 0.41% -
XYZ 8.1 11.52 8.63 -
YUV 87.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 58 105 76 0.45 0 0.28 0.59 142.98 0.29 0.32
Hex 3A 69 4C 2D 0 1C 3B 8F 1D 20
Octal 72 151 114 55 0 34 73 217 35 40
Binary 111010 1101001 1001100 101101 0 11100 111011 10001111 11101 100000

Color Harmonies of #3A694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A694C

Black with #3A694C

Text Example


Text Example

White with #3A694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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