Html Css Color HEX #37854D Amazon

📋 copy color: '#37854D'

red 55 ◦ green 133 ◦ blue 77

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

Shades of Amazon #37854D

Tints of Amazon #37854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.19%

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 20.75%
G = 50.19%
B = 29.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#37854D (or 0x37854D) is known color: Amazon. HEX triplet: 37, 85 and 4D. RGB value is (55,133,77). Sum of RGB (Red+Green+Blue) = 55+133+77=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #37854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37854D is #C87AB2. Grayscale: #676767. Windows color (decimal): -13138611 or 5080375. OLE color: 5080375.

HSL color Cylindrical-coordinate representation of color #37854D: hue angle of 136.92º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37854D is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 77 -
CMYK 0.59 0 0.42 0.48
HSL 136.92º 0.41% 0.37% -
HSV(B) 136.92º 0.59% 0.52% -
XYZ 11.3 18.12 9.92 -
YUV 103.29 113.16 93.55 -
System Red Green Blue C M Y K H S L
Decimal 55 133 77 0.59 0 0.42 0.48 136.92 0.41 0.37
Hex 37 85 4D 3B 0 2A 30 89 29 25
Octal 67 205 115 73 0 52 60 211 51 45
Binary 110111 10000101 1001101 111011 0 101010 110000 10001001 101001 100101

Color Harmonies of #37854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37854D

Black with #37854D

Text Example


Text Example

White with #37854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37854D; }

 p { color: rgb(55,133,77); }

 H1.HeaderClassName
 {
   color: #37854D;
 }
 .AnyTagClassName
 {
   color: #37854D;
 }
</style>

background-color css

<style>
 a { background-color: #37854D; }

 a { background-color: rgb(55,133,77); }

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

border-color css

<style>
 span { border-color: #37854D; }

 span { border-color: rgb(55,133,77); }

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