Html Css Color HEX #37714A Amazon

📋 copy color: '#37714A'

red 55 ◦ green 113 ◦ blue 74

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

Shades of Amazon #37714A

Tints of Amazon #37714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.69%

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

R = 22.73%
G = 46.69%
B = 30.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#37714A (or 0x37714A) is known color: Amazon. HEX triplet: 37, 71 and 4A. RGB value is (55,113,74). Sum of RGB (Red+Green+Blue) = 55+113+74=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #37714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37714A is #C88EB5. Grayscale: #5B5B5B. Windows color (decimal): -13143734 or 4878647. OLE color: 4878647.

HSL color Cylindrical-coordinate representation of color #37714A: hue angle of 139.66º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37714A is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 74 -
CMYK 0.51 0 0.35 0.56
HSL 139.66º 0.35% 0.33% -
HSV(B) 139.66º 0.51% 0.44% -
XYZ 8.72 13.12 8.55 -
YUV 91.21 118.28 102.17 -
System Red Green Blue C M Y K H S L
Decimal 55 113 74 0.51 0 0.35 0.56 139.66 0.35 0.33
Hex 37 71 4A 33 0 23 38 8C 23 21
Octal 67 161 112 63 0 43 70 214 43 41
Binary 110111 1110001 1001010 110011 0 100011 111000 10001100 100011 100001

Color Harmonies of #37714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37714A

Black with #37714A

Text Example


Text Example

White with #37714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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