Html Css Color HEX #3A694B Amazon

📋 copy color: '#3A694B'

red 58 ◦ green 105 ◦ blue 75

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

Shades of Amazon #3A694B

Tints of Amazon #3A694B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 24.37%
G = 44.12%
B = 31.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#3A694B (or 0x3A694B) is known color: Amazon. HEX triplet: 3A, 69 and 4B. RGB value is (58,105,75). Sum of RGB (Red+Green+Blue) = 58+105+75=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #3A694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A694B is #C596B4. Grayscale: #575757. Windows color (decimal): -12949173 or 4942138. OLE color: 4942138.

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

Color convert

RGB 58 105 75 -
CMYK 0.45 0 0.29 0.59
HSL 141.7º 0.29% 0.32% -
HSV(B) 141.7º 0.45% 0.41% -
XYZ 8.07 11.51 8.45 -
YUV 87.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 58 105 75 0.45 0 0.29 0.59 141.7 0.29 0.32
Hex 3A 69 4B 2D 0 1D 3B 8E 1D 20
Octal 72 151 113 55 0 35 73 216 35 40
Binary 111010 1101001 1001011 101101 0 11101 111011 10001110 11101 100000

Color Harmonies of #3A694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A694B

Black with #3A694B

Text Example


Text Example

White with #3A694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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