#37795C

Color #37795C Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #37795C

Tints of Amazon #37795C

Color information

#37795C (or 0x37795C) is unknown color: approx Amazon. HEX triplet: 37, 79 and 5C. RGB value is (55,121,92). Sum of RGB (Red+Green+Blue) = 55+121+92=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #37795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37795C is #C886A3. Grayscale: #626262. Windows color (decimal): -13141668 or 6060343. OLE color: 6060343.

HSL color Cylindrical-coordinate representation of color #37795C: hue angle of 153.64º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37795C is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB5512192-
CMYK0.5500.240.53
HSL153.64º37.5%34.51%-
HSV(B)153.64º54.55%47.45%-
XYZ10.3415.2612.53-
YUV97.96124.6397.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=20.52%
G=45.15%
B=34.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121920.5500.240.53153.6437.534.51
Hex37795C37018359a2623
Octal6717113467030652324643
Binary1101111111001101110011011101100011010110011010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37795C; }

 p { color: rgb(55,121,92); }

 H1.HeaderClassName
 {
   color: #37795C;
 }
 .AnyTagClassName
 {
   color: #37795C;
 }
</style>
background-color css

<style>
 a { background-color: #37795C; }

 a { background-color: rgb(55,121,92); }

 div.DivClassName
 {
   background-color: #37795C;
 }
 .BgClassName
 {
   background-color: #37795C;
 }
</style>
border-color css

<style>
 span { border-color: #37795C; }

 span { border-color: rgb(55,121,92); }

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