Html Css Color HEX #37825E Amazon

📋 copy color: '#37825E'

red 55 ◦ green 130 ◦ blue 94

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

Shades of Amazon #37825E

Tints of Amazon #37825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

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

R = 19.71%
G = 46.59%
B = 33.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#37825E (or 0x37825E) is known color: Amazon. HEX triplet: 37, 82 and 5E. RGB value is (55,130,94). Sum of RGB (Red+Green+Blue) = 55+130+94=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #37825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37825E is #C87DA1. Grayscale: #676767. Windows color (decimal): -13139362 or 6193719. OLE color: 6193719.

HSL color Cylindrical-coordinate representation of color #37825E: hue angle of 151.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37825E is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 94 -
CMYK 0.58 0 0.28 0.49
HSL 151.2º 0.41% 0.36% -
HSV(B) 151.2º 0.58% 0.51% -
XYZ 11.58 17.59 13.37 -
YUV 103.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 55 130 94 0.58 0 0.28 0.49 151.2 0.41 0.36
Hex 37 82 5E 3A 0 1C 31 97 29 24
Octal 67 202 136 72 0 34 61 227 51 44
Binary 110111 10000010 1011110 111010 0 11100 110001 10010111 101001 100100

Color Harmonies of #37825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37825E

Black with #37825E

Text Example


Text Example

White with #37825E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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