Html Css Color HEX #37744E Amazon

📋 copy color: '#37744E'

red 55 ◦ green 116 ◦ blue 78

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

Shades of Amazon #37744E

Tints of Amazon #37744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

 BLUE value IS 78 (30.86% from 255) = 31.33%

R = 22.09%
G = 46.59%
B = 31.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#37744E (or 0x37744E) is known color: Amazon. HEX triplet: 37, 74 and 4E. RGB value is (55,116,78). Sum of RGB (Red+Green+Blue) = 55+116+78=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #37744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37744E is #C88BB1. Grayscale: #5D5D5D. Windows color (decimal): -13142962 or 5141559. OLE color: 5141559.

HSL color Cylindrical-coordinate representation of color #37744E: hue angle of 142.62º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37744E is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 116 78 -
CMYK 0.53 0 0.33 0.55
HSL 142.62º 0.36% 0.34% -
HSV(B) 142.62º 0.53% 0.45% -
XYZ 9.2 13.85 9.4 -
YUV 93.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 55 116 78 0.53 0 0.33 0.55 142.62 0.36 0.34
Hex 37 74 4E 35 0 21 37 8F 24 22
Octal 67 164 116 65 0 41 67 217 44 42
Binary 110111 1110100 1001110 110101 0 100001 110111 10001111 100100 100010

Color Harmonies of #37744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37744E

Black with #37744E

Text Example


Text Example

White with #37744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37744E; }

 p { color: rgb(55,116,78); }

 H1.HeaderClassName
 {
   color: #37744E;
 }
 .AnyTagClassName
 {
   color: #37744E;
 }
</style>

background-color css

<style>
 a { background-color: #37744E; }

 a { background-color: rgb(55,116,78); }

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

border-color css

<style>
 span { border-color: #37744E; }

 span { border-color: rgb(55,116,78); }

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