Html Css Color HEX #37804A Amazon

📋 copy color: '#37804A'

red 55 ◦ green 128 ◦ blue 74

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

Shades of Amazon #37804A

Tints of Amazon #37804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.81%

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

R = 21.4%
G = 49.81%
B = 28.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#37804A (or 0x37804A) is known color: Amazon. HEX triplet: 37, 80 and 4A. RGB value is (55,128,74). Sum of RGB (Red+Green+Blue) = 55+128+74=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #37804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37804A is #C87FB5. Grayscale: #646464. Windows color (decimal): -13139894 or 4882487. OLE color: 4882487.

HSL color Cylindrical-coordinate representation of color #37804A: hue angle of 135.62º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37804A is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 128 74 -
CMYK 0.57 0 0.42 0.50
HSL 135.62º 0.4% 0.36% -
HSV(B) 135.62º 0.57% 0.5% -
XYZ 10.53 16.74 9.16 -
YUV 100.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 55 128 74 0.57 0 0.42 0.50 135.62 0.4 0.36
Hex 37 80 4A 39 0 2A 32 88 28 24
Octal 67 200 112 71 0 52 62 210 50 44
Binary 110111 10000000 1001010 111001 0 101010 110010 10001000 101000 100100

Color Harmonies of #37804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37804A

Black with #37804A

Text Example


Text Example

White with #37804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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