Html Css Color HEX #37805A Amazon

📋 copy color: '#37805A'

red 55 ◦ green 128 ◦ blue 90

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

Shades of Amazon #37805A

Tints of Amazon #37805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 20.15%
G = 46.89%
B = 32.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#37805A (or 0x37805A) is known color: Amazon. HEX triplet: 37, 80 and 5A. RGB value is (55,128,90). Sum of RGB (Red+Green+Blue) = 55+128+90=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #37805A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37805A is #C87FA5. Grayscale: #656565. Windows color (decimal): -13139878 or 5931063. OLE color: 5931063.

HSL color Cylindrical-coordinate representation of color #37805A: hue angle of 148.77º 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 #37805A is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 128 90 -
CMYK 0.57 0 0.30 0.50
HSL 148.77º 0.4% 0.36% -
HSV(B) 148.77º 0.57% 0.5% -
XYZ 11.14 16.99 12.36 -
YUV 101.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 55 128 90 0.57 0 0.30 0.50 148.77 0.4 0.36
Hex 37 80 5A 39 0 1E 32 95 28 24
Octal 67 200 132 71 0 36 62 225 50 44
Binary 110111 10000000 1011010 111001 0 11110 110010 10010101 101000 100100

Color Harmonies of #37805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37805A

Black with #37805A

Text Example


Text Example

White with #37805A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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