Html Css Color HEX #37825D Amazon

📋 copy color: '#37825D'

red 55 ◦ green 130 ◦ blue 93

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

Shades of Amazon #37825D

Tints of Amazon #37825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 19.78%
G = 46.76%
B = 33.45%

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

#37825D (or 0x37825D) is known color: Amazon. HEX triplet: 37, 82 and 5D. RGB value is (55,130,93). Sum of RGB (Red+Green+Blue) = 55+130+93=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #37825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37825D is #C87DA2. Grayscale: #676767. Windows color (decimal): -13139363 or 6128183. OLE color: 6128183.

HSL color Cylindrical-coordinate representation of color #37825D: hue angle of 150.4º 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 #37825D is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 93 -
CMYK 0.58 0 0.28 0.49
HSL 150.4º 0.41% 0.36% -
HSV(B) 150.4º 0.58% 0.51% -
XYZ 11.53 17.57 13.14 -
YUV 103.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 55 130 93 0.58 0 0.28 0.49 150.4 0.41 0.36
Hex 37 82 5D 3A 0 1C 31 96 29 24
Octal 67 202 135 72 0 34 61 226 51 44
Binary 110111 10000010 1011101 111010 0 11100 110001 10010110 101001 100100

Color Harmonies of #37825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37825D

Black with #37825D

Text Example


Text Example

White with #37825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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