Html Css Color HEX #37815D Amazon

📋 copy color: '#37815D'

red 55 ◦ green 129 ◦ blue 93

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

Shades of Amazon #37815D

Tints of Amazon #37815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.57%

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

R = 19.86%
G = 46.57%
B = 33.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#37815D (or 0x37815D) is known color: Amazon. HEX triplet: 37, 81 and 5D. RGB value is (55,129,93). Sum of RGB (Red+Green+Blue) = 55+129+93=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #37815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37815D is #C87EA2. Grayscale: #666666. Windows color (decimal): -13139619 or 6127927. OLE color: 6127927.

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

Color convert

RGB 55 129 93 -
CMYK 0.57 0 0.28 0.49
HSL 150.81º 0.4% 0.36% -
HSV(B) 150.81º 0.57% 0.51% -
XYZ 11.4 17.3 13.09 -
YUV 102.77 122.48 93.93 -
System Red Green Blue C M Y K H S L
Decimal 55 129 93 0.57 0 0.28 0.49 150.81 0.4 0.36
Hex 37 81 5D 39 0 1C 31 97 28 24
Octal 67 201 135 71 0 34 61 227 50 44
Binary 110111 10000001 1011101 111001 0 11100 110001 10010111 101000 100100

Color Harmonies of #37815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37815D

Black with #37815D

Text Example


Text Example

White with #37815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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