#37864F

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

Shades of Amazon #37864F

Tints of Amazon #37864F

Color information

#37864F (or 0x37864F) is unknown color: approx Amazon. HEX triplet: 37, 86 and 4F. RGB value is (55,134,79). Sum of RGB (Red+Green+Blue) = 55+134+79=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #37864F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37864F is #C879B0. Grayscale: #686868. Windows color (decimal): -13138353 or 5211703. OLE color: 5211703.

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

Color convert

RGB5513479-
CMYK0.5900.410.47
HSL138.23º41.8%37.06%-
HSV(B)138.23º58.96%52.55%-
XYZ11.5118.4310.35-
YUV104.11113.8392.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 134 (52.73% from 255) = 50%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=20.52%
G=50%
B=29.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134790.5900.410.47138.2341.837.06
Hex37864F3B0292F8a2a25
Octal6720611773051572125245
Binary110111100001101001111111011010100110111110001010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37864F; }

 p { color: rgb(55,134,79); }

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

<style>
 a { background-color: #37864F; }

 a { background-color: rgb(55,134,79); }

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

<style>
 span { border-color: #37864F; }

 span { border-color: rgb(55,134,79); }

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