Html Css Color HEX #37694A Amazon

📋 copy color: '#37694A'

red 55 ◦ green 105 ◦ blue 74

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

Shades of Amazon #37694A

Tints of Amazon #37694A

RGB

 RED value IS 55 (21.88% from 255) = 23.5%

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

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

R = 23.5%
G = 44.87%
B = 31.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#37694A (or 0x37694A) is known color: Amazon. HEX triplet: 37, 69 and 4A. RGB value is (55,105,74). Sum of RGB (Red+Green+Blue) = 55+105+74=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #37694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37694A is #C896B5. Grayscale: #565656. Windows color (decimal): -13145782 or 4876599. OLE color: 4876599.

HSL color Cylindrical-coordinate representation of color #37694A: hue angle of 142.8º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37694A is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 105 74 -
CMYK 0.48 0 0.30 0.59
HSL 142.8º 0.31% 0.31% -
HSV(B) 142.8º 0.48% 0.41% -
XYZ 7.86 11.41 8.27 -
YUV 86.52 120.94 105.52 -
System Red Green Blue C M Y K H S L
Decimal 55 105 74 0.48 0 0.30 0.59 142.8 0.31 0.31
Hex 37 69 4A 30 0 1E 3B 8F 1F 1F
Octal 67 151 112 60 0 36 73 217 37 37
Binary 110111 1101001 1001010 110000 0 11110 111011 10001111 11111 11111

Color Harmonies of #37694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37694A

Black with #37694A

Text Example


Text Example

White with #37694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37694A; }

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

 H1.HeaderClassName
 {
   color: #37694A;
 }
 .AnyTagClassName
 {
   color: #37694A;
 }
</style>

background-color css

<style>
 a { background-color: #37694A; }

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

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

border-color css

<style>
 span { border-color: #37694A; }

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

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