Html Css Color HEX #37805E Amazon

📋 copy color: '#37805E'

red 55 ◦ green 128 ◦ blue 94

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

Shades of Amazon #37805E

Tints of Amazon #37805E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 19.86%
G = 46.21%
B = 33.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#37805E (or 0x37805E) is known color: Amazon. HEX triplet: 37, 80 and 5E. RGB value is (55,128,94). Sum of RGB (Red+Green+Blue) = 55+128+94=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #37805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37805E is #C87FA1. Grayscale: #666666. Windows color (decimal): -13139874 or 6193207. OLE color: 6193207.

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

Color convert

RGB 55 128 94 -
CMYK 0.57 0 0.27 0.50
HSL 152.05º 0.4% 0.36% -
HSV(B) 152.05º 0.57% 0.5% -
XYZ 11.32 17.06 13.29 -
YUV 102.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 55 128 94 0.57 0 0.27 0.50 152.05 0.4 0.36
Hex 37 80 5E 39 0 1B 32 98 28 24
Octal 67 200 136 71 0 33 62 230 50 44
Binary 110111 10000000 1011110 111001 0 11011 110010 10011000 101000 100100

Color Harmonies of #37805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37805E

Black with #37805E

Text Example


Text Example

White with #37805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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