Html Css Color HEX #3B694C Amazon

📋 copy color: '#3B694C'

red 59 ◦ green 105 ◦ blue 76

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

Shades of Amazon #3B694C

Tints of Amazon #3B694C

RGB

 RED value IS 59 (23.44% from 255) = 24.58%

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

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

R = 24.58%
G = 43.75%
B = 31.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#3B694C (or 0x3B694C) is known color: Amazon. HEX triplet: 3B, 69 and 4C. RGB value is (59,105,76). Sum of RGB (Red+Green+Blue) = 59+105+76=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #3B694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B694C is #C496B3. Grayscale: #585858. Windows color (decimal): -12883636 or 5007675. OLE color: 5007675.

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

Color convert

RGB 59 105 76 -
CMYK 0.44 0 0.28 0.59
HSL 142.17º 0.28% 0.32% -
HSV(B) 142.17º 0.44% 0.41% -
XYZ 8.16 11.55 8.64 -
YUV 87.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 59 105 76 0.44 0 0.28 0.59 142.17 0.28 0.32
Hex 3B 69 4C 2C 0 1C 3B 8E 1C 20
Octal 73 151 114 54 0 34 73 216 34 40
Binary 111011 1101001 1001100 101100 0 11100 111011 10001110 11100 100000

Color Harmonies of #3B694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B694C

Black with #3B694C

Text Example


Text Example

White with #3B694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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